- This topic has 0 replies, 1 voice, and was last updated 16 years, 5 months ago by .
Viewing 0 reply threads
Viewing 0 reply threads
- The forum ‘C++ Programming’ is closed to new topics and replies.
Home › Forums › C++ Programming › not able to create the dialog box
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