I am using a DateTimePicker control to allow users to input dates. My users
have asked for a number entry mode, where they can use the numeric keypad to
key in 122607 for December 26, 2007, for example. The DateTimePicker control
does not support this, but I have been able to ...