How to catch any key pressed in any other running applications?

I have a app which I want to popup by pressing some keys combination. Let's say how the tackmanager does it. Can not find any clue about it.

1 Reply

CB Clay Burch Syncfusion Team September 19, 2002 08:05 PM UTC

One way to do this is to use the SetWindowsHookEx Win32 API. Check out the help on this Windows SDK call as well as this FAQ. How can I use ’Hooks’ in .NET? http://www.syncfusion.com/faq/winforms/search/618.asp

Loader.
Up arrow icon