Combobox AutoCompleteMode Suggest contain
问题 First of I've searched allover, found the same problems, but with very different answers that i wasn't very fond of. To make it clear, I DON'T want the TextBox rebuild. So I'm taking a shot here. I'm having this problem that I want my combobox like AutoCompleteMode.Suggest but with a "contains" search instead of "starts with". This is my code so far like I want except contains search: string displayMember = "Kund"; string sqlString = "select Kund from [Blad1$] order by Kund"; con.Open();