Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adding Custom Controls dll to Visual Studio ToolBox

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

like image 560
malli Avatar asked Aug 10 '10 06:08

malli


People also ask

How do I add controls to Toolbox in Visual Studio 2019?

The Toolbox window displays controls that you can add to Visual Studio projects. To open Toolbox, choose View > Toolbox from the menu bar, or press Ctrl+Alt+X. You can drag and drop different controls onto the surface of the designer you are using, and resize and position the controls.

How do I add controls to my Toolbox?

Right-click any control icon in the Toolbox, or an empty area on any page of the Toolbox. From the shortcut menu, select Additional Controls. From the Available Controls list, select the new controls. Choose OK.


1 Answers

  1. Right-click on toolbox
  2. select "Choose Items"
  3. browse to your DLL.
  4. Add the items
like image 190
jgauffin Avatar answered Oct 01 '22 19:10

jgauffin