General Mouse Down Event Question..

a94ws7

Newcomer
Joined
Jul 22, 2003
Messages
1
I am writing an app in c# and I was wondering if it was possible for my app to always listen for mousedown, even if the mouse down event was on a completely different app (one my app didn't spawn), and I will need to be able to pull the handle of the app. Thanks
 
I think this is possible, and I think I have seen a thread some time ago on this site on how to reference other apps.

Try doing a search to see what comes up.
 
I think you are looking for a global hook procedure, which is not easy and probably not possible with .net. It is with C++ though.
 
Back
Top