DateTimePicker Typing Problem

haseebhm

Member
Joined
Jan 12, 2009
Messages
9
Programming Experience
3-5
I am using DateTimePicker in most of the forms of my application. Generally, the behavior of the DateTimePicker Control while typing is different from that of Masket Textbox Control.

I want to create a User Control just like DateTimePicker Control in which just the typing behavior should be different. When user enters the month(first two digits) the cursor should move to the the date (the next 2 digits) portion and to year part after entering the date.

How can I code that ?

Please help by giving examples of code.
 
Last edited:
Back
Top