How can I make my Windows Forms application 'listen' for global key presses?

Posted by Sergio Tapia on Stack Overflow See other posts from Stack Overflow or by Sergio Tapia
Published on 2010-04-28T02:04:12Z Indexed on 2010/04/28 2:13 UTC
Read the original article Hit count: 321

Filed under:
|
|
|

I'm making a little application for taking notes. So when I type 'note' anywhere on my computer, my window will pop up and show me a textbox for me to type something in and save it to XML.

I'm stumped on how to get the program to 'listen' to my keypresses. I'll have the app running on the system tray if that's any help. :)

© Stack Overflow or respective owner

Related posts about c#

Related posts about keypress