I have a desk top application where the user selects an item from a combo
box and the resulting selection populates other parts of the form. The list
is quite exhaustive and I'd like to let the user type the name and match on
more than the first character that I get by setting the combo box's
DropDownStyle to DropDownList. Do I need to get a custom control? Any
suggestions?

TIA

Brad

Re: Data Selection Mode in Combo Box by Brad

Brad
Fri Jul 25 15:46:55 CDT 2008

Found it in AutoComplete.

Brad
"Brad" <brad.markisohn@roche.com> wrote in message
news:BZpik.18534$Ri.14661@flpi146.ffdc.sbc.com...
>I have a desk top application where the user selects an item from a combo
> box and the resulting selection populates other parts of the form. The
> list
> is quite exhaustive and I'd like to let the user type the name and match
> on
> more than the first character that I get by setting the combo box's
> DropDownStyle to DropDownList. Do I need to get a custom control? Any
> suggestions?
>
> TIA
>
> Brad
>
>