how do you disable the scroll wheel effect?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
You sure you put the code into your application correctly?

Literally hundreds of other people are using Stephen's approach
successfully.
 
The ususal mistake is forgetting to import the modMouseHook from Stephen's
sample database into your own.

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000

Message posted 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.
what's the easiest way to skin this cat????

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000

Message posted via AccessMonster.com
 
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!
 
Back
Top