R
Raghavendra P
Guest
Form closing when I press "c" when the focus is on the radio button or checkbox or button.
In the form, I have two buttons which named as Ok and Cancel(with Shortcut as "c") and four radio buttons. When I put the focus on any radio button and press "c", the form is closing.
technically once I press "c" in the form level, button cancel Click event is firing and closing the form.
I even verified it by creating a sample application with windows controls, there also I observed the same behavior, that is closing the form.
I'd like to know if there is any way we can handle this.
Note: If I remove the "c" sort key form will not close.
Thanks in Advance.
Continue reading...
In the form, I have two buttons which named as Ok and Cancel(with Shortcut as "c") and four radio buttons. When I put the focus on any radio button and press "c", the form is closing.
technically once I press "c" in the form level, button cancel Click event is firing and closing the form.
I even verified it by creating a sample application with windows controls, there also I observed the same behavior, that is closing the form.
I'd like to know if there is any way we can handle this.
Note: If I remove the "c" sort key form will not close.
Thanks in Advance.
Continue reading...