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


i'm making little application taking notes. when type 'note' anywhere on computer, window pop , show me textbox me type in , save xml.

i'm stumped on how program 'listen' keypresses. i'll have app running on system tray if that's help. :)

take @ http://www.codeproject.com/kb/cs/globalhook.aspx

besides question has been asked around in already. take @ here:

global keyboard hooks (c#)

global keyboard capture in c# application

best way tackle global hotkey processing in c#?


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -