visual Basic Query

There are two controls on the form.
1. text box control
2. DTPicker control

first focus is on Text box control.I entered some data there.after that i pressed tab.the focus goes to the day of DTPicker Control.I enter some data there.Now the cursor Position is in Year.Now second time when tab goes to the DTPicker Control,the focus goes on year not on day.I want the focus always should be on day only.
How can i do that?
[441 byte] By [vishalakshi] at [2007-11-17 22:40:10]
# 1 Re: visual Basic Query
Set your control property tab controls, and use the the SetFocus method
example.
txtName.SetFocus
presma29 at 2007-11-10 0:08:55 >