Disable Mousewheel

K

Kaz G

I have used the MouseHook.dll and coding and it worked on my developement
site. When I moved it to the live system I do not have the authority to add
a DLL and will never be given the permission to do so. Is there any way to
incorportate the coding required to turn the mouse wheel on and off using
code within the MDB?
 
J

Jon Lewis

Yes - but only recommended for advanced developers!

Have a look at the second part of this link:
http://support.microsoft.com/kb/278379
"Creating the MouseWheel Event Completely Within Microsoft Access"

Please be aware that this technique can cause major problems when using the
Visual Basic Editor. i.e. Only distribute your MDB as an MDE to users (so
they can't enter the VBE) and when developing your MDB never open the VBE
after the wheel disabling code has been called.

HTH
 

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