Creating Wizards For Windows Forms in C#

Creating Wizards for Win Forms in C#

I've found the DevExpress XtraWizard control to be quite nice to work with

What is the best way to create a wizard in C# 2.0?

Here are a few more resources you should check out:

  1. This DevExpress WinForms control: http://www.devexpress.com/Products/NET/Controls/WinForms/Wizard/

  2. A home-grown wizards framework: http://weblogs.asp.net/justin_rogers/articles/60155.aspx

  3. A wizard framework by Shawn Wildermut part of the Chris Sells's Genghis framework: http://www.sellsbrothers.com/tools/genghis/

Creating a wizard

What you are looking for is mostly known as a Wizard that will guide the user through a predefined number of steps.

Here are some examples to get you going:

Simple Wizard for WinForms

C# Windows Aero Style Wizard Control



Related Topics



Leave a reply



Submit