|
|
Question : Change scroll wheel to scroll down the page instead of go to next record
|
|
I know you can disable the scroll wheel on access forms, but is there a way to make it scroll like a web page?
|
Answer : Change scroll wheel to scroll down the page instead of go to next record
|
|
http://www.lebans.com/mousewheelonoff.htm
The Lebans MWH (Mouse Wheel Hook) uses a DLL that requires **NO** Windows registration and no VBA Reference needs to be set ... just needs to be in the same directory as the app, or optionally the Windows System folder.
The Lebans MWH is structured such that, it only needs to be called once per MDB, ie once activated, it is 'global' for that MDB. There is also an option such that it can be global for all mdb's loaded on a given system, if desired.
So ... my application start-up code activates the MWH ... and my shut-down code deactivates it ... rather than doing it on a form by form basis. I also added an option to my custom menu under Tools ... wherein the user can temporarily turn on/off the MWH ... at any given moment ... just to cover any special cases that ma arise.
Lebans has it ALL figured out and his MWH has evolved over the years. It takes into account may different cases and works very well. And here is the good news: It's 100% free !!
mx
|
|
|
|
|