Explain modeless dialog box ?
Ask by Anonymous User
Updated 23 Sep 2020
Ex. 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.