Posted 19 years ago
by S. Kollerie
I build my wizard with
Inherits System.Windows.Forms.Form
A few things didn't work like wizard_SelectionChanged, so i changed it to Inherits ActiproSoftware.Wizard.WizardDialogForm
Now all my elements are gone and i get a new empty wizard so it seems.
What can i do? All i want to do is to get the wizard_SelectionChanged to work.
I'm using vb so please provide me with example code in vb (The manual has C#)
Thanks!
Inherits System.Windows.Forms.Form
A few things didn't work like wizard_SelectionChanged, so i changed it to Inherits ActiproSoftware.Wizard.WizardDialogForm
Now all my elements are gone and i get a new empty wizard so it seems.
What can i do? All i want to do is to get the wizard_SelectionChanged to work.
I'm using vb so please provide me with example code in vb (The manual has C#)
Thanks!