How can I include more than one Wizard into a single application?.
I've created 2 wizards using Wizard Manager (as 2 separate projects)
and I need to call these from my main project as follows.
Sub CmdRunWizard1_Click()
RunWizard1
End Sub
Sub CmdRunWizard2_Click()
RunWizard2
End Sub
Or is there a better/another way to have multiple wizards built in to
a single project? After build the first one I do not have an option to
create another one as it always default to the previous one.
Any Help will greatly appreciate.
Thanks
NW
I've created 2 wizards using Wizard Manager (as 2 separate projects)
and I need to call these from my main project as follows.
Sub CmdRunWizard1_Click()
RunWizard1
End Sub
Sub CmdRunWizard2_Click()
RunWizard2
End Sub
Or is there a better/another way to have multiple wizards built in to
a single project? After build the first one I do not have an option to
create another one as it always default to the previous one.
Any Help will greatly appreciate.
Thanks
NW