Wheel Mouse

R

Roger Bell

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
 
S

Stephen Lebans

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.
 
C

Cheese_whiz

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.
 
R

Roger Bell

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
 
D

DaveH

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.
 
D

Douglas J. Steele

Have you tried importing from Stephen's file, instead of opening it so that
you can copy & paste?
 
D

DaveH

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top