Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a wizard form
Message
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00395376
Message ID:
00395626
Views:
12
>Hi,
>
>I'm working on an app whose UI is going to be a wizard. What's the best way to build that.
>
>In a VB book I have, there is a sample app with a wizard style UI and the author uses a single form with multiple PictureBoxes to hold each "page" of the wizard. And just changes the PicBox visible properties to show each step.
>
>In VFP I've used a PageFrame (with the tabs hidden) with each step on a seperate page and just switch the pages.
>
>Any comments on the best way to approach this is?

Start a new project, and choose the "VB Wizard manager". Go to the project properties, change the Project type to "Standard EXE" and the Startup Object to "frmWizard".

Then modify it to fit what you need.
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform