Utility for mouse cursor positioning

>> Sunday, 17 June 2012

Utility for mouse cursor positioning
I need to find out the coordinates of my mouse cursor, so can anyone help me to find out a small utility or a program for the same.
Reply With Quote
#2
Old 15-10-2011
Gania Gania is offline
Member

Join Date: Nov 2010
Posts: 480
Re: Utility for mouse cursor positioning
To view the mouse cursor position you need to first go to the control pannel,after this click on mouse properties, and then go to the pointer options tab and click on the little box that says show location of pointer when you press the control key.
Reply With Quote
#3
Old 15-10-2011
QUENBY QUENBY is offline
Member

Join Date: Jun 2011
Posts: 587
Re: Utility for mouse cursor positioning
First you need to Hit the 'Prnt Screen' button and Open Paint.Over here we need to Select Edit > Paste, or Ctrl-V, to paste the image. After this we need to Click the Free-Form select button (Dotted Star) to lock the image location.Now move the Mouse over the location in the image.and Note the Mouse Coordinates in the status bar.
Reply With Quote
#4
Old 15-10-2011
Leanne Leanne is offline
Member

Join Date: Jul 2011
Posts: 578
Re: Utility for mouse cursor positioning
Hey friends ,I found another way to find the coordinates of the mouse.First we need to Download: AutoIt v3. After this from the Start menu, you should go to AutoIt v3 > SciTE Script Editor. Here we need to paste the below mentioned script code and then save it.
Code:

HotKeySet("z","jPos")

While 1
Sleep(100)
WEnd

Func jPos()
$jPos = MouseGetPos()
MsgBox(0, "Mouse x,y:", $jPos[0] & "," & $jPos[1])

EndFunc

After saving now we need to go to AutoIt v3 > Run Script and choose the script you have just created. The icon will be show in the system tray (bottom right). So now when you press the letter 'z', it will display the mouse xy coordinates in a pop-up box.
Reply With Quote

0 comments:

Post a Comment

Read - Share - Comment

About This Blog

Share and Save

About Author