How can I make Wizard?

I want to make wazard same as PropertySheet or programming install dialog that use next, prev button.

I look for TabControl, but I don't fine method.

Could you help me



Answer this question

How can I make Wizard?

  • gtarnold

    Unfortunately WinForms doesn't include a standard wizard control as is (for some reason).

    You can generally find some pretty good open source wizards on CodeProject.com. Unfortunately, i couldn't locate the link to the last one that i used but here's one that seems just as nice if not better...

    http://www.codeproject.com/cs/miscctrl/tswizard.asp

    Good Luck!



  • Dileep Agarwal

    A good article also from Code Project can be found here, it got a full design time working wizard with a great article that explaines the logic of a wizard.


  • How can I make Wizard?