CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 1999
    Location
    Ohio
    Posts
    33

    Windows Keyboard hooks...

    I've got a system wide hook going (meaning I'm makeing use of a DLL), but I do not know how to extract the repeat count from the lParam of the KeyboardHookProc function. Any ideas?


  2. #2
    Join Date
    Jun 1999
    Posts
    42

    Re: Windows Keyboard hooks...

    The repeat count is the last two numbers oe the wParam,


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

Featured