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

    Problem with hooks capturing keyboard strikes

    Hi, I'm watching another app using a keyboard hook.
    Each time I strike a key, the hook reacts successfully.
    But if I 'hack' very fast into the keyboard, the hook seems
    to miss some strikes.
    To me it seems that some strikes ain't proceed by my hook!
    Can this be?!

    Thankful for suggestions

    Ronny


  2. #2
    Join Date
    May 1999
    Location
    13 N 77 E
    Posts
    183

    Re: Problem with hooks capturing keyboard strikes

    It probably is working fine, but if you are trying to debug it with message boxes and suchlike, this is the impression you get..


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