Disable mouse scroll

M

mike

I used the code mentioned on Stephen Lebans
site(http://www.lebans.com/mousewhe­elonoff.htm ),but if I put the dll
file only in the database folder and not in the systems folder, its not
detected.Since I've to distribute the database, I'll be difficult to
put the dll file in everyone's system folder.
Please help

Thanks in advance
Mike
 
A

Arvin Meyer

You can put it anywhere where it will be safe from deletion. Register it:

Start ... Run

Regsvr32.exe "C:\Path to the file in quotes.dll"

Make sure that a reference is set to it, and Bob's your uncle.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access Downloads
http://www.datastrat.com
http://www.mvps.org/access

I used the code mentioned on Stephen Lebans
site(http://www.lebans.com/mousewhe­elonoff.htm ),but if I put the dll
file only in the database folder and not in the systems folder, its not
detected.Since I've to distribute the database, I'll be difficult to
put the dll file in everyone's system folder.
Please help

Thanks in advance
Mike
 
K

Ken Snell [MVP]

PMFJI... the DLL file for Stephen's mousewheel solution should not be
registered.

If you put the DLL into the same database folder where the front end is
located, be sure that you close down ACCESS entirely before trying to use
it. ACCESS seems to look for the DLL file only when the database file is
first opened; if you add the DLL file to the folder while the database is
open, it won't go looking for it.
 

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