Hi all,
I Have an textbox control which need to accept data in HH:MM:SS format.Can any one tell me how can i achive the same. This application is being develpoed for windows mobile using Compact framework 2.0.Plese let me know.
Thanks & Regard's
Prathap.K.H
Software Engineer
Marlabs Software (p) Ltd
I

Time Format validation
Chrisull
You can check format in TextChanged event handler or you could use DateTimePicker control instead of text box.