Regarding Disabling Wheel

M

Marco

Hi Everyone
I am trying to disable the mouse wheel function and am not having a fun
time.

I have the .Dll in the same folder and add this code to the on load
option to the main form.

' Turn the MouseWheel Off
Dim blRet As Boolean
blRet = MouseWheelOFF
End Sub

Am I suppose to add a line pointing to the file?

I looked at http://www.lebans.com/mousewheelonoff.htm website and
copied the procedure with out luck.


Marco
www.classactinsurance.com
 
D

Dirk Goldgar

Marco said:
Hi Everyone
I am trying to disable the mouse wheel function and am not having a
fun time.

I have the .Dll in the same folder and add this code to the on load
option to the main form.

' Turn the MouseWheel Off
Dim blRet As Boolean
blRet = MouseWheelOFF
End Sub

Am I suppose to add a line pointing to the file?

I looked at http://www.lebans.com/mousewheelonoff.htm website and
copied the procedure with out luck.

Did you also import the module "modMouseHook" into your database?
 
D

Dirk Goldgar

Marco said:
No I didn't.... Can you explain how I would do that?

Click File -> Get External Data -> Import..., then choose Stephen's
sample database, then select the module to be imported, and click OK.
 

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