Click here to Skip to main content
15,884,177 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I don,t want to close pop up dialogbox while I am working on Main application

How do i do that? I have added pop up dialogbox using DoModel.

It won't allow me to work on main dialogbox until I close pop up dialog box.

FYI : I am using pop up dialog box as "help" to my MFC application.

Or How I can add help in MFC (project is without context sensitive help)?

Thank you.
Posted
Comments
Sergey Alexandrovich Kryukov 7-Mar-14 17:40pm    
"DoModel"? What is that supposed to mean? :-)
—SA
phil.o 7-Mar-14 19:19pm    
I think he's talking about a modal dialog ^^
Sergey Alexandrovich Kryukov 7-Mar-14 19:30pm    
I never would have guessed... :-)
—SA

If you are talking about a modal dialog, you cannot go back to the main window until the dialog is closed, because it is the way a modal dialog is supposed to behave.

You may try to use a non-modal dialog instead?

Hope this helps.
 
Share this answer
 
v2
Comments
merano 9-Mar-14 20:11pm    
Easy to find informations. Start here for example:
http://msdn.microsoft.com/en-us/library/5w2h2y4y.aspx
phil.o 10-Mar-14 3:53am    
If you find this link could be useful to the OP, then maybe you should have created your own solution; OP will not have any notification for your comment.
merano 10-Mar-14 11:53am    
Thanks for the hint.
Easy to find informations. Start here:
http://msdn.microsoft.com/en-us/library/5w2h2y4y.aspx[^]
 
Share this answer
 

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