|
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.
|