Page 1 of 1

Keyboard hook

PostPosted: January 5th, 2004, 2:09 pm
by Zolan
Hey.
I want to create a keybord recorder and i need to know how to create a keyboard hook.
I havent found eny good sites to read about this and i am turning to you for help.
Thanks!!
//Zolan

PostPosted: January 7th, 2004, 6:24 pm
by Kambiz
You should write your hook inside a DLL. I think once I've seen a sample in http://www.experts-exchange.com.

PostPosted: January 12th, 2004, 4:24 pm
by KiteK
Hi! For make a hook, use SetWindowsHookEx. For more informations, use Delphi Help (SetWindowsHookEx + F1 :D ).

Thaks!

PostPosted: January 17th, 2004, 8:41 pm
by Zolan
Thanks , i am very grateful!