As you can tell I'm not sure as to the correct phrase for this but what I'm trying to accomplish is that when a user types into a combo box the text is filled in with the most likely result in the list and have the curser remain in the same position in the string i.e.
List
----
ABC123
ACD321
BCD234
CDE345
User types Auto Fill / Look Ahead
---------- ----------------------
A A(Cursor Location)BC123
AC AC(Cursor Location)D321
List
----
ABC123
ACD321
BCD234
CDE345
User types Auto Fill / Look Ahead
---------- ----------------------
A A(Cursor Location)BC123
AC AC(Cursor Location)D321