I have one dll of usercontrol and I add to it to the references in my project. And now I want to access this usercontrol from toolbox but it does not appear in the toolbox. And I can access them by writing code, but I want it in toolbox and want to use by just dragging it to the form.
views:
337answers:
2
+1
A:
You need to right click on the toolbox, select "Choose Items.." and browse to the dll containing the control.
Dave7896
2010-01-20 12:11:02
And added control will be located in which category like, all windows forms or common controls?
Harikrishna
2010-01-20 12:28:09