Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello

I am using Visual C++ 8.0 in which I have 2 dialogs and I have to draw some textures on both the dialogs using OpenGL.
I need to work simultaneously on both the dialogs.Both dialogs should be active if we click on it as we do in MS office.
i.e. If i open One dialog and by pressing a control button to open another dialog,the first dialog opened should also be active so that i can acess both simultaneously.
Posted

1 solution

Are you referring to modeless dialogs? If so, this article could help you: Tutorial - Modeless Dialogs with MFC[^]
 
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