Hi
I have been trying to use the mousehook dll to disable the scrolling
function on the mouse.
I have tried copying and pasting the code from Stephen Lebams website
onto the on click event of a button and the on load event of a form.
Neither of these appears to work.
I know that i don't have to reference the dll in the code but are there
other specific references i have to have selected in order for this
code to work.
Each time i try to debug the code
Dim blret as Boolean
blret = MouseWheelOff
I get an error message saying undefined function.
Thanks in advance for any help.
Gillian
I have been trying to use the mousehook dll to disable the scrolling
function on the mouse.
I have tried copying and pasting the code from Stephen Lebams website
onto the on click event of a button and the on load event of a form.
Neither of these appears to work.
I know that i don't have to reference the dll in the code but are there
other specific references i have to have selected in order for this
code to work.
Each time i try to debug the code
Dim blret as Boolean
blret = MouseWheelOff
I get an error message saying undefined function.
Thanks in advance for any help.
Gillian
Comment