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.