Modeless Dialogs
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Why whenever I create a modeless dialog, and show it using ShowWindow(SW_SHOW), do none of my dialog controls show up? I have a very simple dialog with a static text label on it. I showwindow to show it. Sleep for a few seconds, and then showwindow to hide it. However, my static control never appears on the dialog. Any ideas? Thanks, Frank