How uninteresting can a thread be?
Isn't there ANYONE from those thousands and thousands of members that this board has any knowledge on this matter?
Is it really so difficult?
This one kept me sleepless for weeks
I have recently written a macro application that required just this sort of key logging.
At the start of the year I starting hunting around for a decent routine. I kept downloading different examples as competition between programmers began to produce better an better routines.
Most would still miss a key now and again.
Then I did a search on http://www.planetsourcecode.com on the phrase 'Key logger'. One of the examples was written by
Konstantin Tretyakov entitled 'A complete keylogger in delphi'
It turns out this is a small Delphi DLL which creates a Key Hook. The dll is free and comes with an example VB program on how to use the dll.
It is by far the best routine I have seen. I am not sure on its exact technical details but it does the job.