Creating Your Dialog Class

HomeOverviewHow Do ISampleTutorial

For each dialog box in your program, create a new dialog class to work with the dialog resource.

Adding a Class explains how to create a new dialog class. When you create a dialog class with ClassWizard, ClassWizard writes the following items in the .H and .CPP files you specify:

In the .H file:

In the .CPP file:

See Also   Life Cycle of a Dialog Box