Adding Custom Controls dll to Visual Studio ToolBox

malli picture malli · Aug 10, 2010 · Viewed 45.5k times · Source

I have a custom control DLL. How can I add these custom controls to VS2008 tool box programatically?

Answer

jgauffin picture jgauffin · Aug 10, 2010
  1. Right-click on toolbox
  2. select "Choose Items"
  3. browse to your DLL.
  4. Add the items