how to prepar wizard in vb.net

how to prepare wizard in vb.net
[31 byte] By [Rajeshbatchu] at [2007-12-24]
# 1

A "wizard" is really no more than a series of forms connected by Next and Previous buttons. One can try to be real fancy and do it all on one form (perhaps by putting controls within several panels in the same place on the form, and using the Visible property to hide all but the one you want the user to see), but it's probably best to keep it simple at first and make multiple forms.

If you want a custom install wizard, things get beyond my scope a little (i.e. I've never bothered to learn it). I know you'll have to do a Setup project instead of Click-once to deploy the application.

SquireJames at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic General...