Re: MouseWheel
- From: Prince <Prince@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 17 Oct 2006 09:59:03 -0700
Hi,
Sorry! I didn't add module and just waste your time , thanks for your help I
really appretiate that.
Amir
"Gina Whipp" wrote:
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?
--
Gina Whipp
"I feel I have been denied critical, need to know, information!" - Tremors
II
"Prince" <Prince@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:88C94D88-DF4D-4013-B01A-F21F3345F932@xxxxxxxxxxxxxxxx
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
"Gina Whipp" wrote:
Is the module in your database?
Also Change code, just put this on the Form_Open:
Private Sub Form_Open()
MouseWheelOFF
End Sub
--
Gina Whipp
"I feel I have been denied critical, need to know, information!" -
Tremors
II
"Prince" <Prince@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:75EA054F-627C-41CF-B455-3927F081F0AA@xxxxxxxxxxxxxxxx
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
"TonyT" wrote:
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..
"Prince" wrote:
Hi,
i got info link http://www.lebans.com/mousewheelonoff.htm
I am using below in Form Load event and copy Dll file in same
directory
but
it's not workign and showing "Sub or Function not define" and
focusing
on
MouseWheelOFF.
But when I use your sample data base it's working I don't know
what I
am
missing?
Please advise - thanks.
AMIR
Source :
http://www.lebans.com/mousewheelonoff.htm
Access97:
------------------------------
Private Sub Form_Load()
Dim blRet As Boolean
blRet = MouseWheelOFF(False)
End Sub
- Follow-Ups:
- Re: MouseWheel
- From: Gina Whipp
- Re: MouseWheel
- References:
- Re: MouseWheel
- From: Gina Whipp
- Re: MouseWheel
- From: Prince
- Re: MouseWheel
- From: Gina Whipp
- Re: MouseWheel
- Prev by Date: Re: MouseWheel
- Next by Date: Re: MouseWheel
- Previous by thread: Re: MouseWheel
- Next by thread: Re: MouseWheel
- Index(es):
Relevant Pages
|