Results 1 to 2 of 2

Thread: detecting mouse hover thingy....

  1. #1

    Thread Starter
    Fanatic Member r0ach's Avatar
    Join Date
    Dec 1999
    Location
    South Africa
    Posts
    722

    Question

    Hi,

    I had the code for this before, but i lost it. I need to detect mouse movement on a control. I know I can use the MouseMove event, but it doesn't always work. If you move the mouse to quickly, for example, the event doesnt fire. I know there's an API call to detect these things (like I said, I had it before). Can some-one please enlighten me again?

    r0ach™
    Don't forget to rate the post

  2. #2
    Guest
    You could use the GetCursorPos api to retreive the Cursorpos( ), you could then check it to see if it is over your control.

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