Handling MouseWheel event?
-
I am using third party control (Infragistics UltraComboEditor). Unfortunately, this control is not raising MouseWheel event with Mouse wheel is moved (may its a bug in control). How to handle global mouse wheel event? Somehow i want to handle the mouse wheel moved event in my application, and will check whether currently the focus is in UltraComboEditor and act accordingly, is this possible? Thanks
-
I am using third party control (Infragistics UltraComboEditor). Unfortunately, this control is not raising MouseWheel event with Mouse wheel is moved (may its a bug in control). How to handle global mouse wheel event? Somehow i want to handle the mouse wheel moved event in my application, and will check whether currently the focus is in UltraComboEditor and act accordingly, is this possible? Thanks
kumar.bs wrote:
How to handle global mouse wheel event?
Check the following articles... Global System Hooks in .NET[^] Processing Global Mouse and Keyboard Hooks in C#[^]
*jaans