views:

17

answers:

2

Hi all I have a custom control dll. How can i add these custom controls to VS2008 tool box programatically

Thanks

A: 
  1. Right-click on toolbox
  2. select "Choose Items"
  3. browse to your DLL.
  4. Add the items
jgauffin
A: 

There are several ways to do it:

As explained at MSDN Tutorial: Installing Controls By Using the Toolbox Controls Installer you do it from an installer.

There's also another possibility using a command line program available on CodePlex. You use this application with your favorite installer or you can invoke it manually.

Stecy