views:

4209

answers:

3

I'm looking to add one or two wizards (you know, a simple dialog with multiple pages that walks a user through a process, step by step) to my WinForms application. I'm just curious of what controls -- whether they be third-party or you rolled your own -- you used to accomplish this?

+6  A: 

I rolled my own: Implementing a Wizard in C#: part 1, part 2

Roger Lipscombe
The links have died. Can you please mirror?
strager
I fixed the links.
Roger Lipscombe
I just checked those two links out. Thanks Roger! Way better than other ones I've come across!I posted a comment on part2's page :)
lucifer
A: 

http://www.differentpla.net/content/2005/02/wizard-csharp1

It is easy to use and it has a nice license:

Unless specified otherwise, all source code published on the differentpla.net website is available under the following license terms: Do what you want with it, but don't claim you wrote it, and it's not my fault if it doesn't work.

Oh wait, that's the same site as the first answer. So just count mine as an endorsement of Roger's reply.