Hi all

I had created two programs, the first, a Windows Service and the other a Keyboard hook. Both programs runs very well. Now, I want to join both and to create one, that it works like a simple keylogger and start before logon screen appear in WinXP/2K. I have proven several possibilities but without any solution, for example, the Service start, and it call and install the hook procedure, this last is installed but never is called when a key is pressed, also when the service stop, the hook is uninstalled too, everything works well, but my callback procedure never is called.

If this is not possible, please, say it to me because I am losing long time looking for a solution, in another case, if somebody could give to an aid to me very would be thanked for them.

Thanks in advance!