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

csjohnst picture csjohnst · Sep 2, 2008 · Viewed 14.1k times · Source

I have a winforms application where users will be creating stock items, and a time of creation there are a number of different things that need to happen.

I think the UI for this should probably be a wizard of some kind, but I'm unsure as to the best way to achieve this. I have seen a couple of 3rd party Wizard controls, and I have also seen manual implementations of making panel visible/invisible.

What are the best ways that people have used in the past, that are easy to implement, and also make it easy to add "pages" to the wizard later on if needed?

Answer

David picture David · Oct 21, 2010

I know this answer has already been accepted, but I just found a better Wizard control that's free, and of course, since it's on CodeProject, includes the source, so you can modify it if it's not exactly what you want. I'm adding this as an answer for the next person to stumble across this question looking for a good Wizard control.

http://www.codeproject.com/KB/miscctrl/DesignTimeWizard.aspx