Wizard is created in MX-Developer with MxWizard component. Component itself takes care of all navigation between steps and all communication between steps. A developer should not be bothered with this kind of problems; instead he should focus on implementing desired content.
To create a wizard
- In Solution Explorer right click Wizards folder and select Add -> New Item.
- In section My Templates select MxWizard template, enter the name of the wizard and click Add.
- When a wizard is created for the first time, window appears requesting the confirmation to create it. Click Trust.
- Rebuild the project.
In Solution Explorer new wizard is added to the folder Wizards. Of course, this step only creates an empty wizard which is yet to be designed.
NOTE: You can add any number of wizards to the MxSolution.
MxWizard
MxWizard
Designing a Wizard