Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dialog Box application?

Status
Not open for further replies.

Neoyanderson

Programmer
Apr 18, 2004
16
US
hey im trying to run a dialog based application however when i compile and run the program none of the dialog boxes come up. How do you get the 'starting' dialog box to appear when the application is run?
 
Are you using MFC or not? If you start off with a new MFC dialog-based project, it should have written this code for you to start you off. You should get a class derived from CWinApp, with method InitInstance, in which there should be a call to your main dialog box's DoModal method, which makes it appear on-screen.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top