Global Middle mouse button click - check if hook conflict with otherprogram

  • Thread starter Thread starter Alistair George
  • Start date Start date
A

Alistair George

Hi.
Can assign global hotkeys, but I desire to have middle mouse button a
global event, which instantiates a menu. However, Firefox, and a few
other programs use the same button as well. I would like to be able to
check if the current visible form (not my program) is using this
key/button and if so, the event is not hooked by myprogram. Any pointers?
Thanks, Alistair.
 
Alistair,

Have you considered what you do if you have software like Microsoft's
Intellimouse software installed? In that case, it usually causes you to
capture the scrollbar of the window that currently has focus, and then
allows you to move that scrollbar with the mouse.
 
Nicholas said:
Alistair,

Have you considered what you do if you have software like Microsoft's
Intellimouse software installed? In that case, it usually causes you to
capture the scrollbar of the window that currently has focus, and then
allows you to move that scrollbar with the mouse.
I hear what you are saying - worth looking at, but also the event that
happens in Firefox for instance, is that a wheel click bring us the
direction cursor, so I expect two tests would be necessary.
Cheers, Al.
 
Back
Top