Hotkey (Not Global) WinForm .NET

Posted by acidzombie24 on Stack Overflow See other posts from Stack Overflow or by acidzombie24
Published on 2010-05-07T18:45:02Z Indexed on 2010/05/07 18:48 UTC
Read the original article Hit count: 137

Filed under:
|
|

In my winform app i would like one special button to run a test everytime i press it. There are dozens of controls so implementing it in each one takes too much time. Is there a way i can set a hotkey so no matter what i am doing in the app i can press the key and it will fire off my event?

© Stack Overflow or respective owner

Related posts about winforms

Related posts about .NET