
When I call Focus() on the DateTimePicker, the cursor is not placed in the textbox. Is there something I can do to enable this. Otherwise, the user has to hit tab to get it in the textbox.
The usage scenario is this is a data entry screen, and the first field is a DateTimePicker, and when the form loads, I call picker.Focus(). I have also added a button that calls .Focus explicitly on the control and observe that the behavior is not the same as when it is tabbed into via the keyboard.
Thanks,
William
The usage scenario is this is a data entry screen, and the first field is a DateTimePicker, and when the form loads, I call picker.Focus(). I have also added a button that calls .Focus explicitly on the control and observe that the behavior is not the same as when it is tabbed into via the keyboard.
Thanks,
William