[ Home | Contents | Search | Next | Previous | Up ]
Date: 11/30/99
Time: 12:10:00 AM
Q. I'd like to know if I can display a modeless dialog box inside of a
child window and if that possible, how can I do that? Please send me a little code.
A.Some code I use to create a modeless dialogbox :
TDialog Dialog = new TIntroDialog(NULL,
IDD_INTRO );
Dialog->Create();
Dialog->Show(SW_SHOW);
Dialog->UpdateWindow();