DateTimePicker Typing Problem

haseebhm

Newcomer
Joined
Jul 13, 2009
Messages
7
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.

I am using VB .NET 2008
 
Back
Top