I'm looking for an API that reacts on mouse movement, even
when the mouse is not on my form.
It would be best if it could activate a sub whenever the mouse
moves.
Searching in MSDN I found mouse_event, which seemed the
perfect solution, but the API has been superseded in Win 2000
and up.Instead I should use SendInput. When I do a
search, the most relevant page is this one, but I wouldn't
have a clue on how to integrate this API into VB...
![]()
Does anyone of you know the syntax of SendInput?
- or -
If this isn't the right API after all, what I should use?
Thanks a lot,
arsmakman.




Instead I should use SendInput. When I do a
Reply With Quote