Dave Osborne
August 24th, 1999, 10:25 PM
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
Lothar Haensler
August 25th, 1999, 02:33 AM
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.