views:

27

answers:

3

hi,how can i add my selfmade button into toolbox in vs2008?thanks

A: 

Here is a link

http://msdn.microsoft.com/en-us/library/w29y3h59.aspx

aceinthehole
+1  A: 

Assuming WinForms,

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

Henk Holterman
+2  A: 

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.

Ardman