In windows forms a textbox can be made into an autocomplete textbox by giving it a simple list of strings or by giving it a custom source that can only be a AutoCompleteCollection which is a strong typed list of strings. I would like to be able to add a key to each string..so that whenever any suggestion is selected I can grab that key.
I might just be drawing a blank..but does anyone have a suggestion ? Thanks in advance