How can I create multiple Wizards for a single project?
It appears wizard forms always need to be "frmWizard" ???
It there any other way to include more than one wizard per project?
Thanks
Printable View
How can I create multiple Wizards for a single project?
It appears wizard forms always need to be "frmWizard" ???
It there any other way to include more than one wizard per project?
Thanks
If you change the name of the form to say frmWizard1, just replace every word in your porject which says frmWizard to frmWizard1. I think this should work nicely.