Results 1 to 3 of 3

Thread: capture the "Click" Events in another applications?

  1. #1
    DanDan
    Guest
    How i can capture the "Click" Events in another applications?



    P.S.
    i'm sorry about my bad english

  2. #2
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    In order to handle other apps events you need a standard DLL where the WindowProc will be put so the other process can acces it.
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

  3. #3
    Frenzied Member MerrionComputin's Avatar
    Join Date
    Apr 2001
    Location
    Dublin, Ireland
    Posts
    1,616
    In Windows NT you can install a low level mouse hook proc (WH_MOUSE_LL) which will get fired whenever the mouse click event occurs for all applications.

    There is a DLL wrapper for this (and the source code) on my site - see Merrion Computing - Downloads

    HTH,
    D.

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