How can I do a masked edit on a textbox control?

  • Thread starter Thread starter Charles
  • Start date Start date
C

Charles

This is what I want to do:

I have a simple text box that I allow users to enter a
time. It is just a plain text box. How can I default the
style so that the user can just enter time?

ex:

the text box should display ------> 00:00

now, the user enters numbers for the time (say military
time in this case).

How can I do this with a text box?

TIA
 
Back
Top