I am trialing Wizard, in a C# Windows Forms application. Like many other people I was running Visual Studio 2005 and updated to 2008 when it arrived on my MSDN subscription discs.
The sample project runs fine, so I conclude that the installation went well. However I can find no "Wizard Control" in the forms toolbox. Everything I read states how Wizard is like any other control. The Help for getting started states:
The first step in making a wizard is to create a Form for the wizard. Set the appropriate properties of the Form, such as FormBorderStyle and Text.
Place a Wizard control on the Form. Set its Dock property to Fill.
Makes it sounds like a control I should be able to drag-n-drop. But It doesn't exist. Is this because I am test driving the trial version? Is it an incompatibility with Visual Studio 2008? Could Wizard be looking at my old VS2005 registry entries and installing itself with wrong references?
The sample project runs fine, so I conclude that the installation went well. However I can find no "Wizard Control" in the forms toolbox. Everything I read states how Wizard is like any other control. The Help for getting started states:
The first step in making a wizard is to create a Form for the wizard. Set the appropriate properties of the Form, such as FormBorderStyle and Text.
Place a Wizard control on the Form. Set its Dock property to Fill.
Makes it sounds like a control I should be able to drag-n-drop. But It doesn't exist. Is this because I am test driving the trial version? Is it an incompatibility with Visual Studio 2008? Could Wizard be looking at my old VS2005 registry entries and installing itself with wrong references?