Hi All,
I am facing one problem related to creation of dialog box,could any one help me out there…………
I am trying to create the dialog in MFC window through thefollowing code:
Although i am not getting any error.the Dialog box is not created…..
1
2
3
4
5
afx_msg void[CMainWin::OnDialog()<br/>
{<br/>
CSampleDialog dialogob("SampleDialog",this);<br/>
dialogob.DoModal();<br/>
}
Thanks in advance
Author
Posts
Viewing 0 reply threads
The forum ‘C++ Programming’ is closed to new topics and replies.