dahall / AeroWizard

Library for easy creation of custom and Aero Wizards. Aero Wizard strictly follows Microsoft guidelines and uses Visual Styles to get visual theming.
MIT License
112 stars 32 forks source link

No toolbox control in VS Express 2013? #57

Closed dahall closed 5 years ago

dahall commented 5 years ago

I installed Aero Wizard using NuGet in VS Express for Desktop 2013 (update 3), and confirmed that the reference has been added to the project. I assume there is supposed to be a control in the toolbox that I can drag onto my form? Because there is not. Am I missing something?

Originally posted: 2014-11-03T16:32:45

dahall commented 5 years ago

I haven't figured out how to add a toolbox item from a NuGet package. If you know, please let me know.

However, the NuGet package should install some templates. From within a Visual Studio project, add a new item. You should see a few wizard items now in the C# items list: AeroWizard Control, Custom Wizard Controls, and Wizard97 Control. These will all set up a form with the control embedded and appropriate hooks in place.

Originally posted: 2014-11-04T10:05:09