Results 1 to 3 of 3

Thread: One interesting question...

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 1999
    Posts
    56

    Cool

    Is there a way to retrieve the distance the mouse has done for 10 minutes. A live program I mean.

    Tnx.

    keetsh

  2. #2
    Hyperactive Member
    Join Date
    Sep 1999
    Location
    Leeds, UK
    Posts
    287

    Smile

    Yes of course there is. You will have to use the GetMousePos API though but that’s quite easy. You would take the current mouse position and then do a simple maths calculation the find out how much it has moved from the last possition and add that to the overall distance. The distance will of course be in pixels but if you know how many pixels in an inch the you will be able to use that measurement. The program seems just a little pointless to me.
    rino_2
    Visual Basic, HTML
    Please Visit my Site: Richard's VB Site

  3. #3

    Thread Starter
    Member
    Join Date
    Feb 1999
    Posts
    56

    Smile

    Tnx Rino that was helpful

    See you.

    keetsh®

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width