I set-up the properties of a combobox in design time as follows:
DropDownStyle = DropDown
AutoCompleteMode = SuggestAppend
AutoCompleteSource = ListItems
I do not have an event for this combobox.
Works fine, until I make a selection and somehow it triggered a button click, which is a database search based on the other controls on the form.
Again, as I stated, I did not associate an event for this combobox. The search did not even use the value that was selected in this combobox.
Any help will be greatly appreciated.
DropDownStyle = DropDown
AutoCompleteMode = SuggestAppend
AutoCompleteSource = ListItems
I do not have an event for this combobox.
Works fine, until I make a selection and somehow it triggered a button click, which is a database search based on the other controls on the form.
Again, as I stated, I did not associate an event for this combobox. The search did not even use the value that was selected in this combobox.
Any help will be greatly appreciated.