Link to home
Start Free TrialLog in
Avatar of Mr_Bach
Mr_Bach

asked on

Problem with Combobox AutoCompleteMode.

I am using visual studio 2008, I have problem with Combobox AutoCompleteMode, the item on combobox like this:  3. Items
But when I reset text in Combobox with this code:  Combobox1.SelectedIndex = -1;
I got problem, I type 3 but the AutoCompleteMode didn't work, It only show 3, not 3. Items

Please help me!
Avatar of Anurag Thakur
Anurag Thakur
Flag of India image

what all settings are you doing in the autocomplete combobox

try with this example
http://www.java2s.com/Code/CSharp/Components/BuildinAutoCompleteModeforComboBox.htm
Avatar of Mr_Bach
Mr_Bach

ASKER

The setting is: SuggestAppend
ASKER CERTIFIED SOLUTION
Avatar of Anurag Thakur
Anurag Thakur
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial