Fill a DateTimePicker using keyboard.

  • Thread starter Thread starter touf
  • Start date Start date
T

touf

Hi,
I've a dateTimePicker control with a dropDown list to select.
I like to give the possibility to type the date manually (using the
keyboard, without selection) without to change the dropDown to upDown
means: leave the ShowUpDown property at FALSE
Any Idea please.

Thanks.
 
Hello,

touf said:
I've a dateTimePicker control with a dropDown list to select.
I like to give the possibility to type the date manually (using the
keyboard, without selection) without to change the dropDown to upDown
means: leave the ShowUpDown property at FALSE

What's the problem?
 
hi,
Is it possible that the user types the date manually instead of selecting
from the calender
I need to give the 2 possibilities, from the calender and directly from the
keyboard (like a textBox)

Thanks.
 
Hello,

touf said:
Is it possible that the user types the date manually instead of selecting
from the calender
I need to give the 2 possibilities, from the calender and directly from the
keyboard (like a textBox)

The user can change the date by typing or pressing the Up, Down, Left
and Right key on the keyboard. Have a look at the DateTimePicker's
'Format' and 'CustomFormat' properties.
 
Ooooops,

thanks.

Herfried K. Wagner said:
Hello,



The user can change the date by typing or pressing the Up, Down, Left
and Right key on the keyboard. Have a look at the DateTimePicker's
'Format' and 'CustomFormat' properties.
 
Back
Top