Click here to Skip to main content
15,887,421 members
Articles / Programming Languages / Visual Basic

Redirect Mouse Wheel Events to Unfocused Windows Forms Controls

Rate me:
Please Sign up or sign in to vote.
4.88/5 (7 votes)
16 Nov 2011CPOL2 min read 66.3K   2.1K   22  
MouseWheelRedirector redirects mouse wheel events to the control under the mouse pointer in Windows Forms applications, regardless of the control being clicked/focused. Just attach the control to the Redirector, no additional coding is required.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Portugal Portugal
Coding since 1982

Comments and Discussions