MouseHook.dll

N

NAS

One of my databases keeps giving me an error that says "Sorry.. Cannot find
the MouseHook.dll file." Then it says to copy it from the Windows sytem files
into the mdb files. I searched my computer and no such file exists. How do I
fix this? Can I bring the file in from another computer?
 
K

Keven Denen

One of my databases keeps giving me an error that says "Sorry.. Cannot find
the MouseHook.dll file." Then it says to copy it from the Windows sytem files
into the mdb files. I searched my computer and no such file exists. How do I
fix this? Can I bring the file in from another computer?

Your database is probably using Mousehook.dll to control the
scrollwheel on your mouse. If you google mousehook.dll, I'm sure you
will turn up a site that let's you download it.

Keven
 
T

Tom van Stiphout

On Tue, 20 Oct 2009 07:02:01 -0700, NAS

Funny - you're not the only one getting annoyed by unsolicited offers.

As said elsewhere you can probably find the file online. You can also
take the reverse approach and live without it. Some mouse drivers and
more recent versions of Access don't require mousewheel, so you can
simply comment out the relevant code.

-Tom.
Microsoft Access MVP
 
A

Arvin Meyer [MVP]

NAS said:
One of my databases keeps giving me an error that says "Sorry.. Cannot find
the MouseHook.dll file." Then it says to copy it from the Windows sytem files
into the mdb files. I searched my computer and no such file exists. How do I
fix this? Can I bring the file in from another computer?

Mousehook.dll is a file written by Stephen Lebans to fill the problem of
scrolling between records when you do not want to. If you don't need it,
or care, open any code window and go to Tools >>> References, and
uncheck it. If you want it, you can get it here:

http://www.lebans.com/mousewheelonoff.htm

Arvin Meyer, MVP, MCP
Microsoft Access
 
Ð

ВладиÑлав Ведерников

Arvin Meyer said:
Mousehook.dll is a file written by Stephen Lebans to fill the problem of
scrolling between records when you do not want to. If you don't need it,
or care, open any code window and go to Tools >>> References, and uncheck
it. If you want it, you can get it here:

http://www.lebans.com/mousewheelonoff.htm

Arvin Meyer, MVP, MCP
Microsoft Access
 

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