Tutorials on creating wizards

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?
 
J

Jay Riggs

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top