I can't seem to get MouseWheelOFF to work.
I have copied MouseHook.DLL into the folder where my MDB sits and the modMouseHook module into my MDB. I tried calling
'Turn the MouseWheel Off
Dim blRet As Boolean
blRet = MouseWheelOFF
from a CommandButton as well as in the OnLoad Form event but I can still scroll my mouse.
Anybody have any idea why ?
I have copied MouseHook.DLL into the folder where my MDB sits and the modMouseHook module into my MDB. I tried calling
'Turn the MouseWheel Off
Dim blRet As Boolean
blRet = MouseWheelOFF
from a CommandButton as well as in the OnLoad Form event but I can still scroll my mouse.
Anybody have any idea why ?