mouse scroll

Its there, but for some reason its hidden. You can look up the signature for it in the object browser or the help and create your own handler method.
 
Youre right divil, its there but very hidden. I wonder why?
Could you post a sample of the event handler to give us VS 2002 folks a start.

Thanks
Dan
 
Last edited by a moderator:
Im going from memory right now :) but those should be the right arguments:
Code:
Private Sub Form1_MouseWheel (sender As Object, e As System.Windows.Forms.MouseEventArgs) Handles MyBase.MouseWheel
 
Okay, Thanks mutant...good memory!!

VB.Net 2002 has no help on this event at all!
How do I know if the mouse wheel is moving up or down?

Thanks
Dan

btw
this site gives out birthdays and ages... ouch for me!
 
Last edited by a moderator:
Thanks again divil, that worked perfectly! This must have been a last minute addition that MS overlooked documenting.

Dan
 
Back
Top