|
-
August 30th, 1999, 09:55 AM
#1
Modeless dialog appears, then dies
I have an originally modal dialog I am trying to display modeless like this:
CCatViewDlg CatViewDlg;
CatViewDlg.Create(IDD_CATVIEW);
CatViewDlg.ShowWindow(SW_SHOW);
The dialog box appears on the screen, processes OnInitDialog(), the controls are visible briefly, then the dialog shuts down. Has anybody else encountered this problem and found a solution?
Kevin
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|