Mouse Wheel Scroll Help
I have the following sub:
Private Sub btnprice27_mousewheel(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles btnPrice27.MouseWheel
<OMMITTED CODE>
End Sub
This routine works well, however, I first need to click on btnprice27 before the sub responds to the mouse wheel scroll. What I really want to do is have the mouse scroll work when my mouse cursor is hovering over btnprice27.
Anyone have any suggestions?
Ray
|