wizard like application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

is it possible to create a wizard like dialog with c# and winforms? If so are
there any samples or doc available?
thanks
 
The simplest way is to use the tab control and hide the tabs at the top,
each page is a tab - and you progress to each page in the wizard by
incrementing the active tab index.
 
Thanks for the info. Unfortunately , between or in combination of Johnson's
framework and Genghis framework lie's the solution I'm looking for , namely
wizard 97 spec + a finish button .
 
Ansil,
thanks for the reply. I did a quick pass through the article but couldn't
determine if the wizards supports both a next and finish button. This is
important for me as the user can and does which to default to or bypass many
steps which the finish button allows . If there is a way to do this I'll
download and install the control.
 
Hi,

It seems that we have to click Next button until the last page to show the
Finish button. But it is really a good Wizard Form!

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Back
Top