Quote:
Originally Posted by Agregat
SetWindowsHookEx?
|
Very thanks for your help, i hope i will overcome my problem soon throght SetWindowsHookEx, i require some more help of u.
I try it but it only record keystrocks in that application in which it is running.
When i type out side that application it is not working.
I find out that we can record keystrocks globally by using global hook procedure in a DLL separate from the application installing the hook procedure.
Now problem is that how to shift that procedure in separate DLL? How to make Win32 DLL? (Actually i don't know any thing about win32 dlls)
Kindly if u have code or reference then tell me.
Burhan