Tutorials on creating wizards

  • Thread starter Thread starter Ian Toltz
  • Start date Start date
I

Ian Toltz

Hey, I'm trying to make a wizard-style application to help people
create accounts on our server... I've got the actual code done fine,
but I'm having trouble designing the user interface.

Any good tutorials or tips on making a wizard-style interface? My
first instinct was to make a window with a few panels which I'd hide
and show as neccessary, but working with panels in Visual Studio's
form designer is a pain when they all are taking up the same space. Is
there an easier way?
 
Hey, I'm trying to make a wizard-style application to help people
create accounts on our server... I've got the actual code done fine,
but I'm having trouble designing the user interface.

Any good tutorials or tips on making a wizard-style interface? My
first instinct was to make a window with a few panels which I'd hide
and show as neccessary, but working with panels in Visual Studio's
form designer is a pain when they all are taking up the same space. Is
there an easier way?

Ian, have a look at these:

http://www.codeproject.com/info/sea...1=Search&author=&sd=15+Nov+1999&ed=7+Mar+2007

-Jay
 
Back
Top