Stop Mouse from srcolling records

D

DubboPete

You might try this one from Stephen Lebans:
   http://www.lebans.com/mousewheelonoff.htm

Otherwise the simplest solution might be to upgrade to Access 2007. The
MouseWheeel doesn't have this annoying behavior in Form View in the new
version.

--
Allen Browne - Microsoft MVP.  Perth, Western Australia
Tips for Access users -http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.








- Show quoted text -

I use mousehook.dll in nearly every instance that I use an Access
database. However, I sometimes wish it would turn off, especially as
it stops one scrolling through heaps of code in the Event procedure
window! Does anyone know a way to invoke the opposite (re-hook the
mouse) when calling up the VBA code window, and then unhook again when
returning to form view?

The opposite (to rehook the mousewheel) is :

Dim blRet As Boolean
blRet = MouseWheelON


DubboPete
 

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