I need to have a mask for entry numbers in format: ##-####-##. Which control can be used to implement this in VB.Net. Or may be it can be done in a text box? It is necessary to display the mask when the control receives focus, and automatically move cursor to the next group of digits: for example
33-0___-__. I tried to use a Mask Edit control, but in VB.Net I was unable to change its background colour property at runtime.