I\'ve got a ComboBox on a winforms app with this code:
ComboBox
comboBox1.AutoCompleteMode = AutoCompleteMode.SuggestAppend; comboBox1.AutoCompleteSource
Select the ComboBox from the design view and set "None" to the AutoCompleteMode property.