Tab control on a Datepicker field

  • Thread starter Thread starter David
  • Start date Start date
D

David

Using VB.net on a XP pro computer.

When tabbing to a date Date picker field instead of puting focus
on the month it puts the focus on the day. How can i correct this?

Or is this a window controls - where windows remembers what part
of the date field was last enter - and then goes to that section when you
tab to that field again.


example

03/17/2003


Thanks


Dave Tichenor
 
Hello,

David said:
When tabbing to a date Date picker field instead of puting focus
on the month it puts the focus on the day. How can i correct this?

Or is this a window controls - where windows remembers what part
of the date field was last enter - and then goes to that section when you
tab to that field again.

The focus is put on the part of the control which had the focus before
loosing it. This is AFAIK by design.

HTH,
Herfried K. Wagner
 
Back
Top