How do I turn off the mouse wheel in a form

J

JAM

Using Leban's code to turn off the mousewheel, I'm getting a message that the
db can't find mousehook. The debugger highlights the following -
MouseWheelON = StartMouseWheel(Application.hWndAccessApp). The mousehook.dll
is located in the same folder as the db. Any suggestions?
 
Top