|
-
March 29th, 1999, 11:00 AM
#1
How to set up SetWindowsHookEx() to hook keyboard inputs?
Hi,
I have read that we can use SetWindowsHookEx to set a system-wide hook keyboard inputs. Is it only possible to set a system-wide hook by calling a function from the dll that we write? Can we do it without a dll? I have searched around for examples but none have been able to give me a clear picture on how to achieve this. Please help
Raphael
-
March 29th, 1999, 01:20 PM
#2
only DLL
As far as I know, hook fuctions can oly be done in dlls. if you find a way to do it without a dll, let us know.
if you need code to do this in a dll email me.
-
April 30th, 1999, 03:46 AM
#3
Re: only DLL
Could you possibly post some sample code on how to do this? That would be very helpful as I also need to implement this process, and I've never worked with hooks before. Thanks!
- Troy
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|