Modeless Dialogbox inside an MDI Window
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Can anyone tell me how I can create a Modeless Dialogbox inside an MDI Window. If I create a dialog as modeless, using the Create function, and set the parent to the MainFrame MDI window, the dialog appears non-focused, as if it is disabled but you can still do everything with it. I found the solution once before, but can't recall it :(( Any help will be appreciated...