Explain modeless dialog box ?
2614
28-Mar-2011
Updated on 23-Sep-2020
Anonymous User
28-Mar-2011Ex. class MyDlg; // Class derived from CDialog.
MyDlg myDlg; // create object
myDlg.create(uint DialogId); // Call create method by providing the dialog resource id.
provide the message handling and run loop.