I know it's 4 years too late, but I ran across this post while looking for information on the Delta values in the MouseEventArgs
passed to OnMouseWheel
. The reason controls like PictureBox
don't fire that event is because it doesn't have focus. An easy fix should be to override OnMouseEnter
and calling the control's Focus()
method. You may also need to call your control's SetStyle
method and give it ControlStyles.Selectable
in it's contructor. It's probably way too late, but I hope that helps anyway. :)
"Political correctness is a doctrine, fostered by a delusional, illogical minority, and rabidly promoted by an unscrupulous mainstream media, which holds forth the proposition that it is entirely possible to pick up a turd by the clean end" - Unknown