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



LinkBack URL
About LinkBacks



But the problems is that it actually moves the 'cursor location' to unwanted territories. I would like to use my cursor when its hidden and so I gues this won't be appropriate. Basically I would also like to hide the cursor while I am drawing on a surface using a stylus (that means hidding the cursor on a left click,drag etc. and revealing the cursor when there is only a mouse move and no drag operation)