Tab control on a Datepicker field

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
 
H

Herfried K. Wagner [MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top