Getting
Started
Welcome to the EZLife Wizard Control, the professional ActiveX control for constructing wizards of all kinds.
To start using the control, you can do one of the following:
- Add a form to a project based upon the wizard form template - this is
installed with the control and may be found in the Add Form dialog with the
other VB form templates. A reference to the control will be automatically
added to your project. This is by far the easiest introduction to using
the control, as a skeleton of useful support code is also included in
the template.
- Add a reference to the control by choosing Project/Components from the VB
menu, and selecting EZLife Wizard Control from the list of installed
components. Then add a wizard control to a form, and a control array of
containers, such as the EZWizPage control.
Once you have created a wizard form, you may use the add-in to manage it. You
will find the add-in button on the standard VB toolbar. If it isn't there, you
should be able to find and activate it using the Add-Ins/Add-In Manager menu.
Also see the comprehensive overview of the wizard control.