How can a dialog be Modeless when invoked with DoModal
-
Does anyone have a suggestion on where to look to explain why a dialog ends up modeless when it is invokes by actually calling DoModal. This is the first time this has ever happened to me. It uses a layout manager from this site, but other dialogs in the same project that are called in the same way remain modal. Only this one seems to change. Happy programming!!
-
Does anyone have a suggestion on where to look to explain why a dialog ends up modeless when it is invokes by actually calling DoModal. This is the first time this has ever happened to me. It uses a layout manager from this site, but other dialogs in the same project that are called in the same way remain modal. Only this one seems to change. Happy programming!!
See the bug I talk about in this article :- The singular non-modality of MFC modal dialogs[^] Regards, Nish
My blog : Nish’s thoughts on MFC, C++/CLI and .NET