Opening New DIALOG
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I'm just starting with C++, and I'm trying to open a new DIALOG by pressing on a BUTTON on the first Dialog, can someone tell me how to do this?? X|
CMyDialog::OnNewDlg() { CAnotherDlg anotherDlg; anotherDlg.DoModal(); } --- "every year we invent better idiot proof systems and every year they invent better idiots"