H hjeff71 Registered User. Local time Yesterday, 22:46 Joined Apr 23, 2009 Messages 13 May 19, 2009 #1 How do you get the mouse wheel to scroll in a memo field?
I Insane_ai Not Really an A.I. Local time Today, 01:46 Joined Mar 20, 2009 Messages 264 May 19, 2009 #2 This has been addressed: http://www.access-programmers.co.uk/forums/showthread.php?t=73739
H hjeff71 Registered User. Local time Yesterday, 22:46 Joined Apr 23, 2009 Messages 13 May 25, 2009 #3 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,
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,