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