PROTECTED]]
Sent: Thursday, April 18, 2002 12:17 PM
To: [EMAIL PROTECTED]
Subject: [DOTNET] Setting MyBase.Text for TextBox not processing
I have created a class that inherits from System.Windows.Forms.TextBox
so I
can add some functionality like a date mask, validating numeric types,
etc.
I have this
]]
Sent: Thursday, April 18, 2002 12:17 PM
To: [EMAIL PROTECTED]
Subject: [DOTNET] Setting MyBase.Text for TextBox not processing
I have created a class that inherits from System.Windows.Forms.TextBox
so I
can add some functionality like a date mask, validating numeric types,
etc.
I have this
I have created a class that inherits from System.Windows.Forms.TextBox so I
can add some functionality like a date mask, validating numeric types, etc.
I have this block of code that handles MyBase.Enter and MyBase.GotFocus and
does some stuff when the type of the textbox is Date. Basically what t