MouseWheel

G

Guest

Have you tried it without the (False) ie just blRet=MouseWheelOFF ?

Have you made sure you haven't got another version of MouseHook.dll possibly
in your Windows/System folder?

TonyT..
 
G

Guest

Hi,
Thanks for reply, No it's not working I try without (False) showing "
Variable not defined".
I download again just to make sure but still not working same error message.
I didn't find that Dll in Windows/System folder now I copy that but still
same message.

Please advise what else should I check? Thanks for your time and help again
Amir
 
G

Guest

Hi,

FYI
Please add one more thing when I am trying to add reference of that DLL
(MouseHook.dll) from tool -reference menue option it is not working and
showing "Can't add a reference to the specified file"
Thanks
 
G

Gina Whipp

Is the module in your database?

Also Change code, just put this on the Form_Open:

Private Sub Form_Open()
MouseWheelOFF
End Sub
 
G

Guest

Hi,

Yes I am using same databse please see below:
Private Sub Form_Open(Cancel As Integer)
MouseWheelOFF
End Sub


No still showing "Sub or Function not defined"

Amir
 
G

Guest

Hi,

Yes I am using same databse please see below:
Private Sub Form_Open(Cancel As Integer)
MouseWheelOFF
End Sub


No still showing "Sub or Function not defined"

Amir
 
G

Gina Whipp

Do not add the reference, as quoted from lebans site The MouseHook DLL is a
standard Windows DLL. Do not try to Register it or set a Reference to it
from within Access.
 
G

Gina Whipp

Prince,

"Yes, I am using the same database", does not answer the question, is the
module (modMouseHook) in your database.

Also, try putting the MouseHook.dll in the same directory as the database,
that's where mine is.
 
G

Gina Whipp

Okay, I understand, you are using the database from the website. I have
downloaded that one and mine works.

So let's try something else, what version of Access? Have you tried putting
the MouseHook.dll in the same directory as the database you downloaded?
 
G

Guest

Hi,
Sorry! I didn't add module and just waste your time , thanks for your help I
really appretiate that.
Amir
 

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