views:

19

answers:

0

I have created a simple Wizard and now I need to give the user the possibility to start again from the first page without restarting the program. I tried overwrite the GetNext() method and used SetNext() to set a new page after the last. It works but the button "Next >" changes on the last page to "Finish" and doesn't change back by itself.

I want to now if there is a better way of handling this than overwriting the buttons name...

Thanks, Tobia