
Help me in showing a dialog immediately when main dialog shows
Post a custom message(using PostMessage) at the end of OnInitDialog of your
main dialog. In the handler of this message, you can display the dialog.
--
Ajay Kalra [MVP - VC++]
Quote:
> (MFC Dialog-based Application)
> How to show a dialog immediately after the Main dialog displayed?