G
Guest
Hi all,
I'm trying to create my own textbox that inherits from the .NET textbox.
I've followed all the steps from MSDN library, but my textbox won't appear in
My User Controls tab.
Here's what i've done:
Created a Control Library project;
Removed Usercontrol1;
Added a class;
Added "Inherits System.Windows.Forms.Textbox";
Built control library;
Added new project (windows app);
Added reference to control library project;
What have I done wrong?
TIA,
DC
I'm trying to create my own textbox that inherits from the .NET textbox.
I've followed all the steps from MSDN library, but my textbox won't appear in
My User Controls tab.
Here's what i've done:
Created a Control Library project;
Removed Usercontrol1;
Added a class;
Added "Inherits System.Windows.Forms.Textbox";
Built control library;
Added new project (windows app);
Added reference to control library project;
What have I done wrong?
TIA,
DC