Results 1 to 3 of 3

Thread: MouseMove Event

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 1999
    Posts
    56

    Smile

    Hi there...

    Looking for a way to detect the MouseMove event everywhere on the screen, I mean nothing that might need a form to detect it.

    Could anyone help??

    See you,

    keetsh

  2. #2
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    use a timer, set on an interval of about 100,
    then u need to get the co-ordinates of the mouse,
    then when the timer function runs, you can check the new value against the old, if it has moved, it will trigger your (mosuemove) code, to make it less sensitive don't execute the code until the mouse has moved 10 times??

    if you still need help with this, email me

  3. #3

    Thread Starter
    Member
    Join Date
    Feb 1999
    Posts
    56

    Cool

    Tnx that is what I had first done but I found using a timer too unpleasant. Anyway it works also fine but you better set the timer interval to 10 otherwise you'll loose some moves.

    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