dialog box
C / C++ / MFC
4
Posts
4
Posters
0
Views
1
Watching
-
i am on mfc dialog based. how to open a new dialog box on clicking the button . prashant jain
CClassname dlg; dlg.DoModa(); Ashish Dogra MCA Noida
-
i am on mfc dialog based. how to open a new dialog box on clicking the button . prashant jain
-
i am on mfc dialog based. how to open a new dialog box on clicking the button . prashant jain
m_Dialog.DoModal();
orm_Dialog.Create(IDD_YOURDIALOG); m_Dialog.ShowWindow(1);
_**
**_
whitesky