View Single Post
Old Feb 8th, 2007, 9:37 AM   #2
r30
Newbie
 
Join Date: Feb 2007
Posts: 3
Rep Power: 0 r30 is on a distinguished road
Assuming you started your project as a Windows Control Library:



Open a new instance of the VS .NET. Create a new project choosing the Windows Application template.

From a new Windows Forms project, we can add the compiled custom control to the toolbox. I do this by right-clicking the toolbox, selecting Customize Toolbox, and from the .NET Framework Components tab, clicking Browse and locating the Control Library DLL. The component will then appear in the Toolbox.
r30 is offline   Reply With Quote