Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

programinig form wizard

Status
Not open for further replies.

MirjanaBojanic123

Programmer
Jul 27, 2006
4
0
0
YU
Does enyone know is there an easy way for programing form wizard.
In my application I need to guide user thrue some steps and I think that the form wizard is the best way for that.
But is there a way for using some templtates for that, or I have to put few panels in windows form and control visibility of panels thrue user steps?
If someone have the exampels in vb or c#, I would be usefull.
Thanks!
 
I do it like this:

1. Create the main form for all wizard steps. It contains the back, next, cancel buttons and if needed, a panel for controls.
2. Create a seperate custom control for each step of wizard.
3. By pressing Back, Next, just change the custom control in the panel.

------------------
When you do it, do it right.
 
OK. Thank you.
I allready begain programing wizard with few panels, and controling visibility of each panel depending of step number.
But it's better idea of using one panel and custum controls becouse it's easier to manipulate with wizard controls in that way.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top