a94ws7 Posted September 19, 2003 Posted September 19, 2003 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 Quote
hog Posted September 19, 2003 Posted September 19, 2003 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. Quote My website
aewarnick Posted September 19, 2003 Posted September 19, 2003 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. Quote C#
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.