Hello all,
I've actually seen a few posts floating around the web (most of which are rather old and none of which were solved) about the same question that I'm having which is this:
I have a combobox that is populated with movies with a number corresponding to where it is held in our archives ie. "451 How The Grinch Stole Christmas"
What I would really like to do is have an autocomplete routine that would make it possible NOT to have autocomplete only work on the first character. As it stands, with Visual Studio's native autocomplete if my combobox is populated by:
Apple Smoothie
Banana Puree
Crayon Colors
Smooth Sailing
Pure Energy
Colors of The Wind
and I type "Pu" I will get only "Pure Energy" as an autocomplete result. I would like it so that typing "Pu" would return Pure Energy & Banana Puree.
If anyone has any idea how to do this I would really appreciate the help. Thank you in Advanced!