Hi,
how can I do global keyboard event handler for C# winform application? I think it should be a separate class with some methods and events, but I do not know exactely how to do this. Global handler should provide funcionallity to catch key pressed (for handling shortcuts).
best regards
Loading
Danatas GerviPosted Sep 10, 2009, 5:25 AM
Roei BarPosted Sep 10, 2009, 5:21 AM
http://support.microsoft.com/kb/320584
Master BillaPosted Sep 10, 2009, 4:48 AM
http://www.codeproject.com/KB/cs/globalhook.aspx
thank you