Results 1 to 4 of 4

Thread: Utility for mouse cursor positioning

  1. #1
    Join Date
    Oct 2011
    Posts
    75

    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.

  2. #2
    Join Date
    Nov 2010
    Posts
    503

    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.

  3. #3
    Join Date
    Jun 2011
    Posts
    635

    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.

  4. #4
    Join Date
    Jul 2011
    Posts
    634

    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.

Similar Threads

  1. Mouse Cursor Disappears in safari 5
    By Woodward in forum Technology & Internet
    Replies: 5
    Last Post: 29-02-2012, 10:39 PM
  2. Replies: 10
    Last Post: 01-10-2011, 04:08 PM
  3. How to reproduce the Corrupted Mouse Cursor?
    By Mithras in forum Windows Software
    Replies: 5
    Last Post: 18-12-2010, 02:43 PM
  4. Move Cursor without using a Mouse
    By Itronix in forum Tips & Tweaks
    Replies: 2
    Last Post: 14-03-2009, 01:38 PM
  5. Mouse Cursor freezes? Help?
    By akbar in forum Windows XP Support
    Replies: 3
    Last Post: 01-03-2007, 08:43 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,567,027.54759 seconds with 17 queries