Visual C++ and MFC Programming 2nd Edition

(Martin Jones) #1

Chapter 12: Dialog-Based Windows Visual C++ and MFC Fundamentals



  1. 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



  1. On the main menu, click File -> New -> Project...

  2. In the New Project dialog box, in the Templates list, click MFC Application

  3. Set the Project Name to ExoDialog2

Free download pdf