Re: Global Keystroke Grabber



Roy Coates wrote:
I would like to grab ~all~ user keystrokes so that they can be stored somewhere, and yet still pass them on to their normal destination. This is in part to 'remote control' a second PC.

The keywords you should look with are "Keyboard hook Delphi". Here's one that looks promising:

http://www.bitlogic.co.uk/keyhook.htm

You can do it yourself if you call SetWindowsHookEx from inside a DLL, see MSDN for details.

Cheers,
Nicholas Sherlock

--
http://www.sherlocksoftware.org
.