capturing mouse events

Hi all,

I would like to know if there is any method of capturing mouse events directly from the OS? Normally we try to tap into a windows procedure call to learn what the mouse is doing but I want to do this on a global scale regardless of which window is active.
Basically I would like to hide the cursor whenever the middle button is clicked(any where on the screen) and appear otherwise

Regards
[419 byte] By [leojose] at [2007-11-19 9:35:59]
# 1 Re: capturing mouse events
That would have to be done with a programming interface. Visual Basic would be the easiest to do that in.
PeejAvery at 2007-11-10 3:39:32 >