Textbox Formatting???

  • Thread starter Thread starter Darryn Ross
  • Start date Start date
D

Darryn Ross

Hi,

I am trying to format the information entered into a textbox on one of my
forms.. i would like to make the information look like this..

(XX) XXXX XXXX - so if the typed in 0755123456 it would look like this (07)
5512 3456

I am not very familiar with the masking concept ( i think this is what i
need to do??)

Regards

Darryn
 
* "Darryn Ross said:
I am trying to format the information entered into a textbox on one of my
forms.. i would like to make the information look like this..

(XX) XXXX XXXX - so if the typed in 0755123456 it would look like this (07)
5512 3456

<URL:http://www.codeproject.com/cs/miscctrl/maskedcsedit.asp>
<URL:http://www.codeproject.com/vb/net/maskedbox_control.asp>
<URL:http://www.codeproject.com/vb/net/validtext3.asp>
<URL:http://www.codeproject.com/vb/net/cpflexmaskeditbox.asp>
<URL:http://www.codeproject.com/useritems/ValidText.asp>
....
 
Back
Top