views:

20

answers:

1

I have a Windows Forms project in Visual Studio 2008, which references a library that provides some custom user controls.

Is there any way for me to drag instances of the controls in this library onto forms that I am creating in the visual design view?

Thanks.

+1  A: 

Have a look at

Add Custom Controls to the Visual Studio Toolbox

Adding Custom Controls to Visual Studio.Net Toolbox Programatically

astander
These work, but the library containing the controls must have been created by VS as a "Form Control Library"
mcoolbeth