ComboBox with Intellisense
I have a comboBox which has a DropDownStyle=DropDownList as I don't want the User
to be able to type into the box. However if the User starts typing I want the nearest match in
the list to be displayed e.g
If the list contains
Dog
Cat
Rabbit
Rug
Fish
and the User types "r" then Rabbit is highlighed if he then types "u" Rug is highlighted.
I think I am looking for a comboBox with intellisense
Any help appreciated