Problem with MOUSE SCROLLING

N

Newf

I have copied the code and .DLL from the
http://www.lebans.com/mousewheelonoff.htm. I have placed the .DLL file in the
folder of the .MDB. The code has been placed in the Form Load() Event. When
the for loads an error comes up - Compile Error: Sub or Function not defined.
This happens at the code:
blRet = MouseWheelOFF(False)

I hope someone can HELP MOI!!!

Newf
 
D

Douglas J. Steele

There's also code in the sample database that you need to copy into your
database.
 
D

Douglas J. Steele

No, there's a class or module or something like that as well (sorry, I don't
have a copy of the database handy)

--
Doug Steele, Microsoft Access MVP

(no e-mails, please!)


Newf via AccessMonster.com said:
Doug:
Isn't the code this??
blRet = MouseWheelOFF(False)

cw
There's also code in the sample database that you need to copy into your
database.
I have copied the code and .DLL from the
http://www.lebans.com/mousewheelonoff.htm. I have placed the .DLL file
in
[quoted text clipped - 9 lines]

--
Newf
~Everyone needs a NEWFIE as a friend~

Message posted via AccessMonster.com
 
D

Douglas J. Steele

Okay, I've got a copy now. You need to import modMouseHook from Stephen's
database into yours as well as include that line of code where you want to
turn off the mouse wheel.

--
Doug Steele, Microsoft Access MVP

(no private e-mails, please)


Douglas J. Steele said:
No, there's a class or module or something like that as well (sorry, I
don't have a copy of the database handy)

--
Doug Steele, Microsoft Access MVP

(no e-mails, please!)


Newf via AccessMonster.com said:
Doug:
Isn't the code this??
blRet = MouseWheelOFF(False)

cw
There's also code in the sample database that you need to copy into your
database.

I have copied the code and .DLL from the
http://www.lebans.com/mousewheelonoff.htm. I have placed the .DLL file
in
[quoted text clipped - 9 lines]

Newf

--
Newf
~Everyone needs a NEWFIE as a friend~

Message posted via AccessMonster.com
 
N

Newf via AccessMonster.com

Doug:
AWESOME!! Thanks for the help and its all working..

newf
Okay, I've got a copy now. You need to import modMouseHook from Stephen's
database into yours as well as include that line of code where you want to
turn off the mouse wheel.
No, there's a class or module or something like that as well (sorry, I
don't have a copy of the database handy)
[quoted text clipped - 14 lines]
 
S

Stephen Lebans

You think I would learn by now to update the instructions to included
copying the code module from the sample MDB. It's on my list...I promise
Doug.
;-)
--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 

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