> Firstly, has anybody experienced this sort of thing and how did they go > about fixing it? I'm tempted to rip up all my modal dialog code and just go > modaless - and rely on callbacks and states rather than on deterministic > 'blocking' and handle user input blocking myself. Seems a bloody awful waste > of time - to have to re-implement modality though.
I have seen problems with dialog rendering (in Windows Forms) only in two situations: - Multithreaded UIs (without proper use of Control.Invoke) - Invalid/wrong parent windows specified when showing the dialogs Does one of those fit in your situation? I'd guess it is the first one - are you using multiple threads? Fabian =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com