Connecting Tech Pros Worldwide Forums | Help | Site Map

Detect Mouse Click in different application

Jeff
Guest
 
Posts: n/a
#1: Jul 23 '05
I have two applications. One is mine, and the other is from a third
party. I want to detect if a user clicks a certain button in the other
application.

Is this possible?

Thanks,
Jeff

Victor Bazarov
Guest
 
Posts: n/a
#2: Jul 23 '05

re: Detect Mouse Click in different application


"Jeff" <sorry@nospam.com> wrote...[color=blue]
>I have two applications. One is mine, and the other is from a third party.
>I want to detect if a user clicks a certain button in the other
>application.
>
> Is this possible?[/color]

Not using standard C++ mechanisms. You need some OS-specific approach,
which would be off-topic here. Try a newsgroup for your OS.

V


Closed Thread