View Single Post
  #7 (permalink)  
Old 10-24-2008, 12:06 PM
dluxoh dluxoh is offline
VB.NET Forum Newbie
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Oct 2008
Age: 70
Posts: 4
Reputation: 0
dluxoh is on a distinguished programming path ahead
Default

All that information is in my first post... I'll start over. New project, and a fresh class that inherits textbox.

here's my class:
Code:
Public Class MySpecialTextBox : Inherits TextBox
End Class
Next I build the project.
So far so good.
Now I drag my new component from the toolbox to the form. I see a textbox on the form...
now I build. . . and it works... strange... I don't know what I did differently this time asside from choosing a different name for my component... oh well I guess I'll never know :P
Reply With Quote