C
Charles A. Lackman
Hello,
I have a combox that is being filled from a dataset. The combobox is
located on a Tabcontrol. On the e.keycode = keys.Enter event I have
TabControl moving to another Tab. When this happens the combobox is in the
foreground of the new tab in an open state, ie, showing all 8 drop down
items.
Is there a way to make the combobox close on the keys.Enter Event?
I have tried to make the combobox visible = false on the Enter and the
combobox does become invisible, but the stupid drop down items are still
visible. Weird huh?
Thanks,
Chuck
I have a combox that is being filled from a dataset. The combobox is
located on a Tabcontrol. On the e.keycode = keys.Enter event I have
TabControl moving to another Tab. When this happens the combobox is in the
foreground of the new tab in an open state, ie, showing all 8 drop down
items.
Is there a way to make the combobox close on the keys.Enter Event?
I have tried to make the combobox visible = false on the Enter and the
combobox does become invisible, but the stupid drop down items are still
visible. Weird huh?
Thanks,
Chuck