J
jrad
Hello,
I have a panel in a .NET CF app that contains a DateTimePicker and a
combobox.
My DateTimePicker custom format is 'MM/dd/YYYY'.
I would like to navigate to the combobox when the user presses the
'Right' key when the DTP is focused in the YYYY field.
I tried to look at the DTP.Controls[xxx].Focused property, but there
are no child controls in my DTP.
Any ideas as to how I can determine which field of a DTP has the
focus?
Thanks,
JR
I have a panel in a .NET CF app that contains a DateTimePicker and a
combobox.
My DateTimePicker custom format is 'MM/dd/YYYY'.
I would like to navigate to the combobox when the user presses the
'Right' key when the DTP is focused in the YYYY field.
I tried to look at the DTP.Controls[xxx].Focused property, but there
are no child controls in my DTP.
Any ideas as to how I can determine which field of a DTP has the
focus?
Thanks,
JR