Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
It's been a while. I need to skip a step in a C# winforms wizard for the day job. I have a selection changed event on the second last step and depending on the value I want to skip the last step and proceed directly to the finish summary.

The last page does not fire any run time events - its data is harvested after the wizard concludes.

Any ideas on how I might achieve this?

What I have tried:

I am attempting to find an event that will allow me to disable the offending step.
Posted
Comments
Richard MacCutchan 27-Sep-17 9:20am    
I think you probably need a custom wizard to do that.
Richard Deeming 27-Sep-17 10:57am    
As far as I can see, there isn't a built-in Wizard control for Windows Forms. Which library are you using?
Ger Hayden 28-Sep-17 9:17am    
This is code that predates my time in the organisation - I don't know what library underpins it, if any. However I have a leave event on one page and an enter event on the next one now and I can hit them at run time. I just need to figure out how to have them communicate because they were architected to be independent and ignorant of each other.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900