Re: MouseWheel

Tech-Archive recommends: Fix windows errors by optimizing your registry



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.

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II


"Prince" <Prince@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:5E99CFCE-0191-40E4-9FE5-4C793DC556ED@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






.



Relevant Pages

  • RE: jpgs not showing on forms
    ... Rather than embed the pictures in the database store the paths to the JPEG ... Private Sub cmdAddImage_Click ... Dim strAdditionalTypes As String, strFileList As String ... Private Sub cmdDeleteImage_Click ...
    (microsoft.public.access.gettingstarted)
  • Re: Need Help - How to do a "make table query" by code
    ... Can this code be included in my "Private Sub" at the end of my existing ... If it does have to be a "Public Sub" how do I go about creating a "public ... Can you tell me if it is possible using code in one database to delete the ... Public Sub DeleteForeignData() ...
    (microsoft.public.access.modulesdaovba)
  • Re: SqlNotificationInfo
    ... Private Sub btnGetData_Click(ByVal sender As System.Object, ... Éric Moreau, MCSD, Visual Developer - Visual Basic MVP ... the only result I've had is to lock up the database. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: What is the name of the Language we are using & recommend book
    ... Can I have 2 sub forms in a form that are not sub forms of the other sub ... As for my process I am trying to create my Access Database in shells like ... QSL or Microsoft SQL Server Data Engine or what. ... language of queries, and the query design grid is just a tool to construct ...
    (microsoft.public.access.formscoding)
  • Re: Custom Login Screen
    ... Private Sub cmdLogin_Click ... On Error GoTo ErrorHandler ... You will need to enter your full path to the database file and MDW file in the appropriate places. ... Now make an MDE file from this MDB. ...
    (microsoft.public.access.security)