Re: Global Keystroke Grabber
- From: Nicholas Sherlock <N.sherlock@xxxxxxxxx>
- Date: Thu, 24 Aug 2006 07:29:29 +1200
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
.
- References:
- Global Keystroke Grabber
- From: Roy Coates
- Global Keystroke Grabber
- Prev by Date: [NUnit] Test Suites - how?
- Next by Date: Ternary Search Trees
- Previous by thread: Global Keystroke Grabber
- Next by thread: [NUnit] Test Suites - how?
- Index(es):