Posted By: itprochris | Feb 18th, 2006 @ 5:05 PM
page 1 of 1
Comments: 2 | Views: 2362
itprochris
itprochris
Holiday Avatar made with C9IAC
How can I make a step-based wizard for a Windows Form application? (Not ASP.NET). I am using Visual Studio 2005.

I basically want some sort of a "application first-time configuration" like many programs have, but all searches turn up how to make an Add-In in Visual Studio.

Could it be done with controls? How do many applications get the similar look for wizards? I want to keep the code written by me, not licensed using a pre-built wizard system.

Thanks!

Chris
There are lots of ways you could do this. Create a panel for each Wizard step, stack them all together in the z order, show one and hide the others. Change which is shown with the Back and Next buttons.

Third party controls, such as Infragistics NetAdvantage suite, have Tab controls which allow you to hide the tabs themselves but still control movement back and forth through the tab pages using Back and Next buttons. http://www.infragistics.com/

Other control suites such as Crownwood's Dot Net Magic suite have a specific "Wizard" control. http://www.dotnetmagic.com/index.html

SimonJ
ZippyV
ZippyV
Fired Up
You can take a look at the usersamples on Gotdotnet, there you can find examples of wizards (sometimes with sourcecode):

http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=285EB4FC-24A2-4EB6-B509-3F8D5263147D
page 1 of 1
Comments: 2 | Views: 2362
Microsoft Communities