I have been beating my head against the wall in an attempt to figure out how to create a wizard-like application in C# using Visual Studio 2008 and .Net 3.5 framework.
I have found other people asking for a solution to this same issue in older StackOverflow and forum posts, but the solutions provided are either pay-for solutions or are so far outdated I can't see a simple enough upgrade path to get it working 3.5.
I am looking for suggestions that meet the following criteria:
- It must be free and redistributable
- It must work with Visual Studio 2008
- It must employ .Net 3.5
- It must work with Winforms
I look forward to any answers this question receives.
Thanks!