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

How to get this thing working? #43

Closed dahall closed 5 years ago

dahall commented 5 years ago

I had an issue that I was able to resolve.  I found out it was an IDE thing, not specific to this control.  Sorry for clogging up the Discussion Board with crap.

It might be nice to tell people they have to go to the Toolbox and load it manually.  Some people may have never done that before (like me).

Originally posted: 2012-05-14T22:46:52

dahall commented 5 years ago

Referenced assemblies in a project do not automatically display their controls in the toolbox. You have to right click in the toolbox, select "Choose items...", and then select the AeroWizard assembly by browsing for it under the "NET Framework Components" tab. Then you should see the "Wizard Control" show up.

Originally posted: 2012-05-16T10:57:33