Textbox

Franglais

Member
Joined
Aug 26, 2004
Messages
6
Location
South of France
Programming Experience
Beginner
I have a textbox that I would like to have a ":" displayed ready to accept 4 numbers. It is to display the time of a MPG video.

Ideally, what I would like is as the user types "02" a colon is then displayed so the user then only has to enter two more numbers, "25" for example, leaving "02:25" in the textbax. Is this possible? I want to use the same idea for the date. I do not need to use the data contained in the textbox for calculations.
 
so what you want is a textbox sitting there with a mask of "##:##" right? i dont know how the maskededit box is in .net, but perhaps someone here is... mzim? neal?
 
Back
Top