jim enright
June 16th, 2006, 05:18 PM
am using vc++.net
have a dialog based mfc application - nothing to do with internet.
added an additional dialog box class, CDLg00, to make a child dialog.
add this to ProjectDlg.h file:
CDlg00 Tab00;
add this to ProjectDlg.cpp file:
Tab00.Create(IDD_DLG00,this);
Tab00.MoveWindow(100,100100,00;
the program compiles and executes without a problem but it never
displays the child dialog. Appreciate insight on what I am missing.
thanks - j
have a dialog based mfc application - nothing to do with internet.
added an additional dialog box class, CDLg00, to make a child dialog.
add this to ProjectDlg.h file:
CDlg00 Tab00;
add this to ProjectDlg.cpp file:
Tab00.Create(IDD_DLG00,this);
Tab00.MoveWindow(100,100100,00;
the program compiles and executes without a problem but it never
displays the child dialog. Appreciate insight on what I am missing.
thanks - j