CompuServe Messages

#CDialogDirector 1.1.3

    20-Jul-93 22:39:03
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