Problem with MOUSE SCROLLING

  • Thread starter Thread starter Newf
  • Start date Start date
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
 
There's also code in the sample database that you need to copy into your
database.
 
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
 
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
 
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]
 
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.
 
Back
Top