In the old days using MFC I could turn a property sheet into a wizard style dialog very easily and reuse my dialog templates.
I have a .NET form with a tab control that I would like to do the same with.
Is there an easy way to do this in .NET without having two copies of my controls?
Way back when, a long time ago, Chris Sells had a project called Ghengis for .NET which among other features, had a framework for making a wizard project. I don’t know exactly what the state of the project is… it mostly was meant to account for inadequacies of the 1.0 and 1.1 framework… but some of it could still be useful, including that.