Visual C# sharp Keyboard shortcuts?

MagicIdiot

New member
Anytime on the Form, if the user presses a key on their keyboard, how can I get what key they pressed?

I'm making a calculator. I got a button for each number. Now I want the keyboard to be a shortcut to the buttons. How do I do this?

Also, when I click on a button a blue outline appears showing that it is selected, how do I get rid of the blue outline when button is clicked?
 
Back
Top