How do I create a wizard app?
I'd like to create a simple "Wizard" based application much like many of Microsoft's wizards. I can think of several ways to do this (eg. multiple forms, frames, a tabstrip control etc) but I was wondering if there are any code samples demonstrating this or if anyone has a good idea.
Thanks!
Dave
Re: How do I create a wizard app?
VB 6 comes with an Add-in for creating wizards.
it is called Wizard Manager.
Find it on the Add-In menu.
By default it creates wizards that can be easily used for creating VB addins.
But, it's only a few lines of code to change that.
I've recently written a couple of wizards using that add-in and I can tell you it's really easy and the result looks good and it saves lots of work.