dahall / AeroWizard

Library for easy creation of custom and Aero Wizards. Aero Wizard strictly follows Microsoft guidelines and uses Visual Styles to get visual theming.
MIT License
112 stars 32 forks source link

Add Wizard to StepWizardControl Form #72

Closed dahall closed 5 years ago

dahall commented 5 years ago

Is it possible to add a StepWizardControl to a Form?
I like to have the Wizard embedded into a Form with other controls.
Is this possible?

Originally posted: 2016-08-24T06:44:49

dahall commented 5 years ago

StepWizardControl must be added to a form in order to be used. See the TestWizard project and the MyStepWizard.cs file in Source Code for an example.

Originally posted: 2016-08-27T11:30:49

dahall commented 5 years ago

Thank You!

Originally posted: 2016-08-31T06:13:20