[Solved] create a wizard [closed]


It looks as if you will need to create a UserControl (right-click your project, New… User Control) for each page of the Wizard, and you will need to implement IWizardPage on your UserControl. Than you have your WizardHost which is a single Form.

So to answer your question you will have one Form and a UserControl for each page of the Wizard.

3

solved create a wizard [closed]