Question mouse position outside my program?

Zexor

Well-known member
Joined
Nov 28, 2008
Messages
520
Programming Experience
3-5
How do i get the mouse cursor location outside my program? If i click on my browser and move my mouse to a location 100,100 within my browser, it should return my browser name and 100,100 as location. I can find the handle with findwindow then how do i get the location relative to that window?
 
Back
Top