Click here to Skip to main content
15,913,939 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone! Have you an example how to create a non modal dialog? Thanx!
Posted

1 solution

CDialog is the class that represents a dialog in MFC.
CDialog::DoModal creates a modal dialog and CDialog::Create will create a non-modal dialog.
 
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