I like to use the DropDown method in a combobox’s OnEnter event. This way, when the user tabs into the control, the list drops down.
This sometimes causes problems if the user should get there by clicking on the combo’s dropdown arrow. In this case, the list list actually drops down for an instant, but then closes (on a fast computer, you don’t even see the momentary dropdown).
What is strange is that this phenomenon seems to be form specific; that is, it seems to affect all the combo boxes on a form, or none at all. I can copy a combobox that I’m having this problem with from one form and paste it onto another form, and it works fine; that is, clicking on the down arrow will drop the listbox and it will stay down! But if I then paste this same combobox again on the original form, it doesn’t work. I absolutely can not figure out the circumstances that cause it to fail (or not to fail).
Any help would be greatly appreciated.