Chapter 12: Dialog-Based Windows Visual C++ and MFC Fundamentals
- Close it and return to MSVC
12.2.2..The MFC Wizard for a Dialog-Based Application........................
Microsoft Visual C++ provides an easier way to create an application that is mainly
based on a dialog box. To use this technique, start a new project and specify that you
want to create an MFC Application. In the MFC Application Wizard, set the Application
Type to Dialog Based
Practical Learning: Using the Wizard to create a Dialog-Based Application
- On the main menu, click File -> New -> Project...
- In the New Project dialog box, in the Templates list, click MFC Application
- Set the Project Name to ExoDialog2