Disable Mousewheel

  • Thread starter Thread starter Kaz G
  • Start date Start date
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?
 
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
 
Back
Top