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 controls into toolbox #26

Closed dahall closed 6 years ago

dahall commented 6 years ago

Hello,

this is the first time I download a library from CodePlex and sadly I can't find any info on how to get the controls into my toolbox in Visual Studio Community 2015. Could you give me a hint on how this is done?

Help is greatly apreciated! Thanks!

Originally posted: 2015-12-01T07:13:05

dahall commented 6 years ago

I personally think the better way to use this library is to install the VSIX in the downloads section. This will add items to the "Add | New Item..." project menu that will add new wizard forms to your project. If you want to add the items to the toolbox, follow the instructions at http://stackoverflow.com/questions/3446431/adding-custom-controls-dll-to-visual-studio-toolbox

Originally posted: 2015-12-03T08:57:52

dahall commented 6 years ago

Originally posted: 2015-12-03T09:00:01