Used to manage window controls.
2025-12-12
Written by: xiaobin
The MFC Class Wizard is a dialog box that can be used to create and manage classes of a project. The classes must use, or inherit from, MFC existing classes. There are various ways you can access the MFC Class Wizard:
Each tab is equipped with some buttons on the right side. The usefulness and behavior of these buttons depend on what is selected on the left list(s) of the same tab.
The Commands tab displays a list of the objects (such as Windows controls) that are positioned on, or are accessible to, the Class Name object:

We will come back to this tab when we study the Windows controls.
The Messages tab holds a list of the Windows messages available to the Class Name and inherited from the Base Class:

The Virtual Functions tab displays a list of member functions available to the Class Name. The Member Variables section shows a list of the objects positioned on the dialog box. We will come back to it. The Methods property page has the methods that have already been created in the Class Name.