Results 1 to 2 of 2

Thread: key capture

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2002
    Posts
    7

    Cool key capture

    API to capture the key event outside the form

  2. #2
    PowerPoster
    Join Date
    Jul 2002
    Location
    Dublin, Ireland
    Posts
    2,148
    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
  •  



Click Here to Expand Forum to Full Width