Looking for a Winforms Wizard Framework
I have spent the last week building a simple wizard framework for prototyping. I've posted a link to the various wizard frameworks I found during my investigation.
http://blogs.msdn.com/saveenr/articles/winforms_wizard_frameworks.aspx
Ultimately, I did not use any of these frameworks, but instead wrote my own because:
- It's a small enough project to be fun to reinvent this wheel
- I wanted to learn more about WinForms
My ideal solution would be that a future release of Visual Studio ships with support for creating simple wizards. Until that happens, the links in the article above may prove useful to you.