Re: [DOTNET] Setting MyBase.Text for TextBox not processing

2002-04-18 Thread Mark Boulter
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

Re: [DOTNET] Setting MyBase.Text for TextBox not processing

2002-04-18 Thread Mark Boulter
]] 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

[DOTNET] Setting MyBase.Text for TextBox not processing

2002-04-18 Thread Roy Higgs
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