So I started a class library project, and added all the files to it, but I am having a problem with the following using statement on all the inherited controls:
using System.Windows.Forms;
Windo
Am I on the right track?
What will the reference to this class library project be? The namespace of my class library is CustomTextBoxes and the project name is TextBoxes.
Thank for your help I really appreciate it.
Main Topics
Browse All Topics





by: ragi0017Posted on 2009-02-09 at 08:46:50ID: 23591699
create a class library project and add all the controls to it
then add the reference to the project in which you want to use the controls
if you want to add the controls to the tool box then select add remove and select the assembly and add to the toolbox and then you can drag and drop the controls to the user interface as other windows controls