Hey Guys,
I am wondering who can help me out.... I would like to make an app using C# and windows forms, that will work something along the lines of the usual windows setup programs.
That is, you start, get asked for some info, click on next, and go on.
So I would like to be able to click on next, or back, or cancel depending on what the user wants to do... I am kinda new to forms and not too sure what is the best way to go about making this. Would it be better to create two separate forms in the solution and then link them somehow
Any thoughts and help will be much appreciated...
Cheers,
Alex.

Form Navigation
Raju Pusapati
This article might help:
<a href="http://www.dotnetbips.com/displayarticle.aspx id=123">Developing Data Navigation Control For Windows Forms </a>
Colt