Visual C++ and MFC Fundamentals Chapter 12: Dialog-Based Windows
- Click OK
- In the MFC Application Wizard dialog box, click Application Type and, on the right
side, click the Dialog Based radio button - Click User Interface Features and click About Box to remove its check box
- Under Dialog Title, select the text and replace it with Dialog Box Exercise
- Click Advance Features to see its content
- Click Generated Classes
- In the Generated Classes list, click CExoDialog2App and, in the Class Name, replace
the text with CExerciseApp - In the Generated Classes list, click CExoDialog2Dlg
In the Class Name, replace the name with CExerciseDlg
In the .h file edit box, replace the name of the file with ExerciseDlg.h
In the .cpp file edit box, replace the name of the file with ExerciseDlg.cpp
Make sure the Base Class is set to CDialog