textbox mask

  • Thread starter Thread starter Shannon
  • Start date Start date
S

Shannon

I'm trying to figure out how to mask a text box.. i've looked at the masked
text box.. but still can't get what I want

i want to both display and be able to input a decimal value. if i want to
allow 3 digits before the decimal and 2 after, if i do 333.33 it works
fine.. but if i do 33.3 things don't work.

how can i accomplish this
thanks
shannon
 
Shannon said:
I'm trying to figure out how to mask a text box.. i've looked at the
masked text box.. but still can't get what I want

i want to both display and be able to input a decimal value. if i want to
allow 3 digits before the decimal and 2 after, if i do 333.33 it works
fine.. but if i do 33.3 things don't work.

how can i accomplish this

###.## should work OK.
 
Back
Top