API to capture the key event outside the form
Printable View
API to capture the key event outside the form
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