Hi All
I want to stop the scroll wheel on the mouse. I have looked through the forum and downloaded the file from MouseWheelOnOff. I have entered the code
to my form and imported the modMouseHook. I have the .dll in the same folder as the db and it does not disable the mouse wheel. Have i missed something?
Regards
Wayne
I want to stop the scroll wheel on the mouse. I have looked through the forum and downloaded the file from MouseWheelOnOff. I have entered the code
Code:
Private Sub Form_Load()
'Turn off Mouse Scroll
blRet = MouseWheelOFF
End Sub
Regards
Wayne
Comment