Allows bringing up a Wizard interactively.
o.RunWizard(cWizard)
Return Value
Variant
Parameters
cWizard
The Wizard to run. The following are available:
wizImportVCX - Imports classes and class libraries
wizNewTopic - Creates a new Topic
wizNewProject - Creates a new Help Builder Project
wizBuildOutput - Creates output to CHM and HTML files
Remarks
This method requires that the Help Builder form is active. If the form is not already running an implicit call to wwHelp::OpenForm is made to create a form.
Example
goHelp = CREATE("wwHelp.wwHelp") goHelp.Open("d:\temp\testproject\testproject.hbp") goHelp.RunWizard("wizNewTopic")
Overloads:
See also:
Class wwHelp | wwHelp::OpenForm© West Wind Techologies, 1996-2023 • Updated: 04/13/05
Comment or report problem with topic