A modal dialog box is popped up over the parent dialog( from which it is
envoked) it never allows user to go back to parent (calling) dialog box
and work until the popped up dialog box is not exited. Madal dilog box can be displayed as follows. Ex. class MyDlg; // Class derived from CDialog. MyDlg myDlg; // create an object myDlg.DoModal();
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Madal dilog box can be displayed as follows.
Ex. class MyDlg; // Class derived from CDialog.
MyDlg myDlg; // create an object
myDlg.DoModal();