|
-
Nov 16th, 2002, 06:33 AM
#1
Thread Starter
New Member
key capture
API to capture the key event outside the form
-
Nov 16th, 2002, 01:30 PM
#2
Pawn to King 3 - captures the key back again...
OK - if you want to capture a single key use the RegisterWindowsHotkey API call. For all keys use the SetWindowsHookEx API call with either the WH_KEYBOARD_LL hook type (for windows NT/2000/XP) or the WH_JOURNALRECORD hook type for windows lite.
Hope this helps,
Duncan
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
|