How can I add my custom WinForm button to the Toolbox in Visual Studio? I'm using Visual Studio 2008.
Asked
Active
Viewed 326 times
2 Answers
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