I searched for this and maybe lost patience so I thought this might pop up faster if someone else looks for it.
I have a combobox loaded from a sql table. To get it to auto complete I set the properties:
AutoComplete = SuggestAppend
AutoCompleteSource = ListItems
Sorted = True
I don't really think sorted = true is necessary but that was needed in VB 6.0. A quick test showed it wasn't but I don't think it hurt.
I have a combobox loaded from a sql table. To get it to auto complete I set the properties:
AutoComplete = SuggestAppend
AutoCompleteSource = ListItems
Sorted = True
I don't really think sorted = true is necessary but that was needed in VB 6.0. A quick test showed it wasn't but I don't think it hurt.