How do you get the mouse wheel to scroll in a memo field?

hjeff71

Registered User.
Local time
Yesterday, 22:46
Joined
Apr 23, 2009
Messages
13
How do you get the mouse wheel to scroll in a memo field?
 
Thanks!!!

I managed to make it work with the modMouseHook and

Private Sub Form_Load()
Dim blRet As Boolean
blRet = MouseWheelOFF(False)
End Sub

Simple, and it works,
 

Users who are viewing this thread

Back
Top Bottom