C# .NET - How can i override the autocomplete functionality to search strings that contain my word
Asked By Nidal Harb on 10-Apr-14 05:37 AM
How can i override the autocomplete functionality to search strings that "contain" my word instead of only looking for those which "start with" it ???
Nidal Harb replied to Robbe Morris on 11-Apr-14 02:15 AM
Sorry, my question wasn't clear.. i was talking about the auto-complete functionality in a combobox. Thanks anyway, i managed to create my own custom control :)