Submitted by Francis (not verified) on Thu, 2008-10-30 13:13.
Thanks a LOT for your explanation, however I'm still a small step from getting it to work. I have tried to add an evenhandler for the checkBox, but I'm having some trouble with it. The compilers gives an error saying: Error 1 Cannot implicitly convert type 'Wizard.UI.WizardPageEventHandler' to 'System.EventHandler'
this.checkBox1.CheckedChanged += new Wizard.UI.WizardPageEventHandler(MiddlePage1_WizardNext);
Thanks a LOT for your
Thanks a LOT for your explanation, however I'm still a small step from getting it to work. I have tried to add an evenhandler for the checkBox, but I'm having some trouble with it. The compilers gives an error saying: Error 1 Cannot implicitly convert type 'Wizard.UI.WizardPageEventHandler' to 'System.EventHandler'
Francis