Does anyone know if there is a way to mask a textbox to format as a phone number? It's used for entry as well as display, so it can get kind of tricky.
(###) ###-####
Thanks,
Ben
Printable View
Does anyone know if there is a way to mask a textbox to format as a phone number? It's used for entry as well as display, so it can get kind of tricky.
(###) ###-####
Thanks,
Ben
Looks like this is one of those things you either have to code yourself, or use someone else's code. A quick google found this c# example:
http://www.c-sharpcorner.com/winform...dTextBoxJP.asp
Good Link Mike,
Thanks,
--Ben