View Single Post
  #8  
Old November 13th, 2006, 03:14 AM posted to microsoft.public.access.forms,microsoft.public.access.formscoding,microsoft.public.access.modulesdaovba,microsoft.public.access.reports
Douglas J. Steele
external usenet poster
 
Posts: 9,313
Default scroll in mouse on a form

There's code that you need to copy from the sample database into your
database. I don't have a copy of the database handy, but there's at least a
class module that has to be copied.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"00KobeBrian" wrote in message
...
I just tried it out. I think I need to include the dll to the mdb because
when I run the mousewheelon, it gave me "function not defined...". But when
I do it through tool-references and then browse and after I click the dll
file, it gave me "can't add a refence to the specified file" message. Can
you please help? Thanks. I using Access97 and MouseWheelHook97.zip .


"Arvin Meyer [MVP]" wrote in message
...
You can't change the action, but you can turn it off:

http://www.lebans.com/mousewheelonoff.htm

Also, there is an older program named FreeWheel that may offer some help:

http://www.geocities.com/SiliconVall.../freewheel.zip
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com


"00KobeBrian" wrote in message
...
Hi,

How do I change the scroll action on a mouse when I open up
an Access form? Say instead of going to next record, it goes down the
screen. Please help. Thanks.