PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Andrew Lindsay on January 09, 2013, 09:29:26 PM

Title: Custom Masked Edit Control
Post by: Andrew Lindsay on January 09, 2013, 09:29:26 PM
It would be good to be able to specify a user defined mask for the custom masked edit control.

Regards

Andrew
Title: Re: Custom Masked Edit Control
Post by: Martin Francom on February 11, 2013, 03:27:48 PM
Yes, I think that would be handy.  A special control ie:  MaskEditTextBox

This control would have an additional "property" that could be set.  Options
for that property could be (among others):

   Date-MMDDYYYY
   Date-MMDDYY
   Date-YYYYMMDD
   Phone-(###) ###-####
   SS#- ###-##-####
   UserDefined

Then as the user enters data into the control the program would auto-verify.