I
illegal.prime
Hi all, very trivial request. I have a windows form application that
is working fine. However, users find it a little annoying when they
press "enter" in the combobox, they hear a "ding" noise. Implying the
action is prohibited - when in fact that is expected behavior for the
user to use.
Currently the ComboBox has an event handler for KeyUp that has a
condition if the key is enter (e.KeyCode == Keys.Enter). In that
condition I set e.Handled to true.
Any suggestions?
Thanks,
Novice
is working fine. However, users find it a little annoying when they
press "enter" in the combobox, they hear a "ding" noise. Implying the
action is prohibited - when in fact that is expected behavior for the
user to use.
Currently the ComboBox has an event handler for KeyUp that has a
condition if the key is enter (e.KeyCode == Keys.Enter). In that
condition I set e.Handled to true.
Any suggestions?
Thanks,
Novice