views:

466

answers:

2

I'm creating a Wizard control (in Flex) and wanted to look at some examples of good Wizard controls in .NET, Java or other languages.

I'm especially interested in situations where next/prev steps are determined by the input of the current step. For instance, choosing one of several options in the start screen will lead you to different screens, etc

Any suggestions?

+1  A: 
Anton Gogolev
+1  A: 

Check out the Wizard Control for .Net on CodeProject.

For programming the behavior of the wizard , you might also find the State Pattern to be helpful.

Gerrie Schenck
That .NET Wizard control article was really helpful, thanks.
Christophe Herreman