
Modal dialog called with DoModal() changes to modeless
Quote:
> I'd assume that the parent window isn't getting disabled.
> With the suggestion I gave, does it at least make things consistent?
> If it doesn't, then you need to find out what's really happening. If
> it is consistent, but the main window is still enabled, are you sure
> you've passed the correct window as the parent?
I'm quite sure I passed the right one, and I tried with parents and
grandparents too, nothing gets _ever_ disabled in that particular
situation. So that didn't bring any change unfortunately. The Dialog
Manager seems to slip some messages also to the wrong window.
I've seen a patch in ServicePack4 of VC6 which addresses a bug like
this (a ListView which stays enabled when a modal dialog is ontop),
but I run already SP5 :) and the application is freshly rebuilt from
scratch. Could be some library pre-SP4 or something like that still
{*filter*} around?
Sorin