
Type is not defined: 'TextBox'
No...and I have just kicked myself for that. Thanks. That takes care of
that.
Regards
Quote:
> Do you have Imports System.Windows.Forms at the top of the file?
> --
> Jacob Grass
> Microsoft .NET MVP
> > Hi
> > I am trying to inherit a text box to add a bordercolor property. I am
> using
> > a class library to create the mytextbox class. Problem is when I try to
> > build the class library to generate the dll, I get the error message
Type
> is
> > not defined: 'TextBox'.
> > I have put the reference to System.Windows.Form but am still getting the
> > error. How can I successfully build this class?
> > Thanks
> > Regards