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

Thread: Hook or not ?

  1. #1
    Join Date
    Jun 2010
    Posts
    72

    Question Hook or not ?

    I wonder if my mouse application working outside the client region, something like BgInfo (@sysinternals.com) should be provided with a hook ?

    Thank you

  2. #2
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,633

    Re: Hook or not ?

    It should be, once the mouse has to be processed by your app even been inactive/background. Otherwise it might be not.
    Best regards,
    Igor

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