Combobox focus

Thirsty

New member
Joined
Jul 28, 2010
Messages
1
Programming Experience
Beginner
Hi Guys,

I've got a combobox control with the drop down list set to simple so I can have what appears to be a textbox with a list underneath it. What I'm trying to achieve is to set focus to the textbox portion of the control when the form first loads. When I set cbo.focus() though the list portion of the combo has the focus.

If someone could point me in the right direction I'd appreciate it,

Thanks.
 
Back
Top