Wheel Mouse

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an On Load Event Procedure for a single form to turn the Mouse wheel
off as follows:
Private Sub Form_Load()
'Turn the Mouse Wheel Off
Dim blRet As Boolean
blRet = MouseWheelOFF
End Sub
I have obviously missed something, as this Event makes no difference.
Thanks for any help
 
Did you import the modMouseHook code module from the sample MDB into your
own MDB? WHere did you place the MouseHook.DLL file?

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Hey, what do you know about it? heh
CW

Stephen Lebans said:
Did you import the modMouseHook code module from the sample MDB into your
own MDB? WHere did you place the MouseHook.DLL file?

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
What a silly man I am!

Thanks Stephen for your most informative site. It is people like you that
make us novices gain confidence and a sense of satisfaction in our
performance. Thanks for your good work and advice. Working fine.
Roger
 
I downloaded the zip file with the MDB and dll. The dll has been placed in
my windows/system folder but my virus protection software doesn't allow me to
open the mdb file. Any chance of getting the text version of the code
without having to retrieve from the module contained in the application.
 
Have you tried importing from Stephen's file, instead of opening it so that
you can copy & paste?
 
Tried this and it won't work either. I'm actually getting an Access error
when I attempt to access the file. The same message when attempting to open
or import.
 
Back
Top