Posted 19 years ago
by Mark Mickelsen
I would like to create a user control that has the Actipro Wizard functionality, but without the predefined page appearance. If I understand it right, I can do this by making it a WizardDialogForm. Then I should be able to have my user control have multiple pages with back and forth control, conditional branching to different pages, etc. I can create a new user control in VS, but at that point I don't know how to modifiy the code to make it a WizardDialogForm. I'm relatively new at C# and VS and the various details of the declaration and inheritance statements are still pretty confusing to me. Would someone be kind enough to show me what I should do to make this work? Thanks in advance,
Mark
Mark