Help me in showing a dialog immediately when main dialog shows 
Author Message
 Help me in showing a dialog immediately when main dialog shows

(MFC Dialog-based Application)
How to show a dialog immediately after the Main dialog displayed?


Wed, 31 Aug 2005 05:11:49 GMT  
 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?



Wed, 31 Aug 2005 06:33:42 GMT  
 Help me in showing a dialog immediately when main dialog shows
Thank you very much!


Quote:
> 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++]




Wed, 31 Aug 2005 07:30:53 GMT  
 Help me in showing a dialog immediately when main dialog shows
Instantiate the class of the new dialog box and show it at
the last line of the OnInitDialogFunction() of the parent
dialog box;

-Karthik

Quote:
>-----Original Message-----
>(MFC Dialog-based Application)
>How to show a dialog immediately after the Main dialog
displayed?

>.



Fri, 02 Sep 2005 12:29:21 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Not showing the main dialog box

2. dialog based mfc app that starts without showing the main window

3. Showing taskbar visible dialog from dialog based app

4. Please help on how to show a help window on clicking a dialog button

5. Showing a modal dialog in a modal dialog application

6. set an arbitrary printer driver in print dialog box without showing the print dialog box

7. how to set an arbitrary printer driver in print dialog box without showing the dialog box

8. Help me for showing Dialog

9. Modeless dialogs in dlls showing help

10. HELP: Dialog Is not showing its contents...

11. Help Getting a CDialog App to show Dialog when called from CreateProcess

12. CDoaDatabase::Execute does not show results immediately

 

 
Powered by phpBB® Forum Software