how do you disable the scroll wheel effect?

A

accessdesigner

The scroll wheel is the wheel between the left and right mouse buttons on
many mouse products, used to scroll forward or backward in a file. How do
you prevent this wheel from making the file records scroll forward/backward?
 
D

Douglas J. Steele

You sure you put the code into your application correctly?

Literally hundreds of other people are using Stephen's approach
successfully.
 
M

missinglinq via AccessMonster.com

The ususal mistake is forgetting to import the modMouseHook from Stephen's
sample database into your own.
 
M

missinglinq via AccessMonster.com

Stephen Lebans hack is sort of the gold standard for this! It really is what
everyone uses, unless they're running Access 2007. Micro$oft finally (after
all these years) addressed the issue with the latest version.
 
D

Douglas J. Steele

missinglinq via AccessMonster.com said:
Stephen Lebans hack is sort of the gold standard for this! It really is
what
everyone uses, unless they're running Access 2007. Micro$oft finally
(after
all these years) addressed the issue with the latest version.

And you know I've seen people complain that the mouse wheel doesn't scroll
records like they like in Access 2007!
 

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