haseebhm Posted August 10, 2010 Posted August 10, 2010 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.