#CDialogDirector 1.1.3
20-Jul-93 22:39:03
Sb: #7246-#CDialogDirector 1.1.3
Fm: jud spencer 76711,411
To: David Jokinen 70713,1603
David,
I have always done the following:
theDial = new CMyDialog;
theDial->IMyDialog( );
theDial->BeginDialog();
theDial->DoModalDialog(cmdOK);
ForgetObject(theDial);
worked in 1.1.2 and it works now. The dialog is closed with the ForgetObject()
call.
jud spencer