I would like to extend the WizardPage class into a custom class that can be reused. I am developing a wizard and would like to put all of the logic for each page into seperate classes for better data hiding and cleaner, more readable code. Also, this will allow me to easily reuse each page in other wizards. How can I do this? Also, would this approach be considered the "right way" of doing things?
Thanks for you help!
Thanks for you help!