MX-Frame Library Send comments on this topic.
Creating a Wizard
See Also
MX-Developer > MxWizard > Creating a Wizard

Glossary Item Box

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

  1. In Solution Explorer right click Wizards folder and select Add -> New Item
  2. In section My Templates select MxWizard template, enter the name of the wizard and click Add
  3. When a wizard is created for the first time, window appears requesting the confirmation to create it. Click Trust.
  4. 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.

See Also

©2009 Metronik. All Rights Reserved.