Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to show a modal dialog after the window has been created and shown...

I need to know that which event is fired after the window is loaded and shown in the memory so that the modal dialog stays on top of the window..!

It is a MDI application and it loads after the OnCreate method has completed..!

Thanks in advance.. :)

Regards,
Bradd..
Posted

1 solution

The simplest method of doing this is to send a private message to your window just after it has first been created. Your code can then respond to that message by showing your dialog.
 
Share this answer
 
Comments
Sandeep Mewara 1-Oct-10 12:04pm    
Comment from OP:
which event shall i use to send the message after OnCreate()..?

Thanks..
Bradd

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900