Use this class as the base class for your custom pages—for example:
class LocationPage : publicWizardPageImpl<IDD_LOCATION_PAGE>
The parameter is the resource ID for your dialog box template.
Related Topics
Wizard Page Helper Classes