Create
Call this member function to invoke the modalless dialog box.
BOOL Create( HWND hWndParent = NULL, DWORD dwOptions = 0, LPCSTR OpsName = NULL )
Returns TRUE if Successful else return FALSE.
EX1
#include <Origin.h> #include <Dialog.h> void Create_Dialog(Dialog& MyDlg) { MyDlg.Create(); // create a modalless dialog }
Dialog::DoModal
Dialog.h