R
roger.breton
Guest
I have a nice ComboBox in my application which I use to pull records from a database. That part works as expected. But anytime I "Add", "Modify" or "Deleted" items from the ComboBox, the corresponding event SelectedIndexChanged always fires? Is there a way to force the event only to respond to "my command"? Right now, I have to use Flags declared at the Form level to keep the event from firing uncontrollably because, I'm only interested in the ComboBox fetching some code to perform a database query on behalf of the user -- not in response to a ComboBox.Find() method?
Any help is appreciated.
Continue reading...
Any help is appreciated.
Continue reading...