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:
Comments
Post a Comment