Hi,
following problem:
I need the MaskTextBox for entering phone numbers. In Germany the area code and the phone numbers are variable.
Example:
+49 (30) 12345 - Number 12345 in Berlin
+49 (8458) 1234567 - Number 1234567 in Gaimersheim
+49 (841) 123 - Number 123 in Ingolstadt.
+49 (1520) 123456 - Number 123456 mobile net
The mask should be "+?? (*) *" Where * are numeric values with variable length.
How do I need to set up the mask for this control to get this behaviour?
Thanks in Advance!
Best Regards
Martin