Working with Classes Tasks
ClassView, ClassWizard, and WizardBar are tools designed to make it easy to update or add to classes in your project workspace. Such tasks include creating new classes, adding new member functions and variables, mapping messages to member functions, defining Windows message handlers, overriding MFC virtual functions, and adding Automation methods and properties. These tools also let you easily navigate or browse through the class structure.
What do you want to know more about?
Get an overview of ClassView or details on ClassView
Get an overview of WizardBar or details on WizardBar
Get an overview of MFC or details on MFC
What do you want to do?
Add member functions to the selected class
Add member variables to the selected class
Go to the definition of the class or member
Go to the references to the class or member
Reuse a class by storing it in the Gallery for later use in other projects
Set a breakpoint on a member function
Create a DAO or ODBC recordset class and its associated data sources, tables, and columns
Create a database form view (record view) associated with a recordset (for DAO or ODBC)
Update a handler function to update the state of any user-interface objects (menus, toolbar buttons) associated with a command ID
Interpret the special comment sections that ClassWizard writes into code
Importing and Selecting Classes
Mapping Messages Tasks
Define a message handler function for a button in a dialog box
Define a member variable of your class for a control in a dialog box
Dialog Data Exchange and Validation (DDX and DDV) Tasks
Define a member variable to represent a dialog-box control (for DDX)
Initialize a member variable representing a dialog-box control (for DDX)
Use dialog data validation to validate user entries in dialog-box controls
ClassWizard Update Tasks
ClassWizard Database Tasks
Bind the fields in a recordset to columns in a database table
Create a database form (e.g. for data entry or record viewing)
ClassWizard Automation Tasks