Enter Key Down event can’t be captured when the property of KeyPreview was set to true, neither if I have a button on the Form, my qustion can I chapture the enter key even if I have focus on the button.
1 as in the picture I have a form with nine buttons in it, the focus is on one of the buttons.
I have tried, KeyPreview and set it to true, PreviewKeyDown and they are both didn't work.