VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

CWizardEngine

Matthew Janofsky  (2 Submissions)   Miscellaneous   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

Ever wanted to implement your own wizard but thought that the logic to manage all the different panels would be too complex? Here's the code you've been looking for! This class implements a wizard engine. You can use it to manage all the displaying of any number of panels for your own wizard. All you have to do is create the individual wizard panels. Assign the panels to the WizardEngine along with the Previous, Next, Cancel and Finish buttons and you're done. The WizardEngine handles the rest!

Assumes
Create a new class module and paste the text into it. Name the class cWizardEngine.

Rate CWizardEngine (8(8 Vote))
CWizardEngine.bas

CWizardEngine Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters