CAppWizStepDlg::CAppWizStepDlg

OverviewsHow Do IDetails

Feature Only in Professional and Enterprise Editions   Creating a Custom AppWizard is supported only in Visual C++ Professional and Enterprise Editions. For more information, see .

CAppWizStepDlg(UINTnIDTemplate );

Parameters

nIDTemplate

Contains the ID number of a dialog box template resource.

Remarks

Accepts a template ID number, usually with an IDD_ prefix (for example, IDD_CUSTOM1) and constructs a resource-based dialog box: a step, in the case of a custom AppWizard.

See Also   CAppWizStepDlg Overview, Class Members, Overview of Creating a Custom AppWizard, Adding Functionality to Your Custom AppWizard, CAppWizStepDlg::OnDismiss, CCustomAppWiz, OutputStream, C Functions Exported by MFCAPWZ.DLL, The Dictionary, Standard AppWizard Macros, Understanding Custom Resource Templates, Standard Custom Resource Templates, Understanding CONFIRM.INF and NEWPROJ.INF