CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 13 of 13

Threaded View

  1. #7
    Join Date
    May 1999
    Location
    ALABAMA, USA
    Posts
    9,917

    Re: Can anyone tell me what the problem is about this global mouse hook?

    For that type of think you do not WH_MOUSE. You can use WH_MOUSE_LL. The only limitation is that you cannot do that with earlier version of windows.

    See this thread and download BlockKeyboard.zip.

    I have also attached small app with WH_MOUSE global hook and ability to set and us-set hook.
    Attached Files Attached Files
    There are only 10 types of people in the world:
    Those who understand binary and those who do not.

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