Hello, I have a very simple form that displays and allows users to edit vendor account information. I have a combo box from which the user can select a saved vendor and it will display that vendor. Works great. The problem is that I want the combo box to autocomplete just as I have always known combo boxes to do, but using automcomplete won't fire useful events for me.
I am using the autocomplete mode SuggestAppend (or Append)in VS2008 and it works fine as long as you use the mouse to select a vendor. If you type and accept the autocomplete suggestion,you can select a vendor, butthe SelectedChangeCommitted event won't fire, even if you tab out of the combo box. I tried testing the text property but it keeps firing when the form is loading.
Does anyone know how to make a combo box act like a long-time Windows user expects? It should allow you to select from the list, or type in values, with an autocomplete option that does not hinder the functionality provided by selecting the item from the drop-down.
Thanks,
Jason
Raleigh, North Carolina, USA