mouse scroll help

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

Guest

hello, I want to add this "http://www.lebans.com/mousewheelonoff.htm" to my
2003 database. I am having trouble figuring it out! I have a few form and
some I want to be able to scroll the records and some I want to be able to
scroll the current record. It says I just add the .dll with my databse in the
same folder and apply code. Do I go to the form properties under Event/On
Load and apply this code?

' Turn the MouseWheel On
Dim blRet As Boolean
blRet = MouseWheelON

Then go to form properties under Event/On close and apply this code?

' Turn the MouseWheel Off
Dim blRet As Boolean
blRet = MouseWheelOFF

If so then its not working for me. Can someone please help? Thanks a million!

Reguards,
Chad
 
Did you copy the module modMouseHook from the sample database, and copy
MouseWheel.dll into either your Window's System folder, or the same folder
where your MDB is?
 

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

Back
Top