Hi,
The value_changed and SelectedIndexChanged events are triggered when the selected item is different. But this occurs when you navigate with the Up and Down arrows, before ENTER is pressed.
Is there a way to trigger a sub (value_change or any other sub), only when the ENTER key is pressed on a combobox?
There are related posts about this, but I can't make any suggestions work for a combobox.
The value_changed and SelectedIndexChanged events are triggered when the selected item is different. But this occurs when you navigate with the Up and Down arrows, before ENTER is pressed.
Is there a way to trigger a sub (value_change or any other sub), only when the ENTER key is pressed on a combobox?
There are related posts about this, but I can't make any suggestions work for a combobox.