What's after OnCreate()
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
After my CMainFrame calls goes through OnCreate(), I need to display a dialog window. Where can I do that from so that the main frame is completely loaded before I show this window?
-
After my CMainFrame calls goes through OnCreate(), I need to display a dialog window. Where can I do that from so that the main frame is completely loaded before I show this window?
How about after the UpdateWindow call in your InitInstance?