Hi guys,

I have a form with a tool strip and a combo control in it. Now my combo control has the following items (e.g):

aarti drugs
acc ltd
tata chem
tata steel
zee tele
zodiac

The property Autocompletemode is SuggestAppend and autocomplete source is listitems. Now when I type something it fills it up and when I press enter that is selected.

In the selected change event I am getting the text of the combo for a particular item.

Now the problem -

- when I select an item from list for eg. tata steel here, I get index and item text.
- when i type acc the rest is filled and when i press enter I get that text in full (acc ltd)
- But now when I use down arrow to scroll to other item it does not scroll and instead only a part of text is highlighted
- try it guys and you will see what i am talking about.

I want to use down arrow to scroll among items. Initially it works, but if i type partial text and autocomplete it then the down arrow thing does not work and instead only partial highlighted text is shown.

I will be glad if anyone can help me solve it.

Thanks a lot,

Cheers,
GR