💻 Software
Program for getting the cursor's x,y coordinates?
Fresh5 days ago
Mar 15, 202634689 viewsConfidence Score0%
0%
Problem
Is there a program which lets you easily get the x,y coordinates for your cursor? Basically, I move my cursor to somewhere on my screen, it shows me the x,y coordinates and has an option to copy them to the clipboard or export them somehow. I can already do this if I take a screenshot and open it i…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Program for getting the cursor's x,y coordinates?
Low Risk
Pegtop's PMeter can do this. It also has a ruler and a color picker: Programmatically, this is done using Win32 API, or in .NET. In other words, it's do-it-yourself time. Copy this to : If you have .NET Framework, compile with: Copy to clipboard: Th…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix