0

How can I add my custom WinForm button to the Toolbox in Visual Studio? I'm using Visual Studio 2008.

Brad Rem
  • 6,036
  • 2
  • 25
  • 50
Arash
  • 3,013
  • 10
  • 52
  • 74

2 Answers2

1

Assuming WinForms,

right-click on the Toolbox and select "Choose items". Click the Browse button and select the DLL with your button.

H H
  • 263,252
  • 30
  • 330
  • 514
0

Right mouse click it, click "Choose Items...". When this has loaded, click Browse. Locate your DLL/EXE and click Open. It should then appear in the listbox. Select it (if not selected already) and click OK.

Neil Knight
  • 47,437
  • 25
  • 129
  • 188