Is there any framework or tutorial on how to create a wizard in C#. I need to provide the user a way to do a sequence of selections/user inputs. I thought Wizards would be a
I've used this one from CodeProject:
Wizard Form Implementation
Search CodeProject for other wizards.