Associating keys to buttons on a Windows Form

Posted by user300484 on Stack Overflow See other posts from Stack Overflow or by user300484
Published on 2010-04-13T02:03:08Z Indexed on 2010/04/13 2:52 UTC
Read the original article Hit count: 372

Filed under:
|

I have to write a method on C# that associates a certain key (from the keyboard) to a specific button. For example, if I press A, the button that I created on a form application should appear like it is being pressed.

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms