How can I dynamically change auto complete entries in a C# combobox or textbox?
- by Sam Hopkins
I have a combobox in C# and I want to use auto complete suggestions with it, however I want to be able to change the auto complete entries as the user types, because the possible valid entries are far too numerous to populate the AutoCompleteStringCollection at startup.
As an example, suppose I'm letting the user type in a name. I have a list of…