G
Guest
Hi,
I tried that dll file provided in http://www.lebans.com/mousewheelonoff.htm
but it didn't work with me. I placed the dll file in the same directory
where my mdb is, and I typed the following into the form code:
-------------------------
Private Sub Form_Load()
' Turn the MouseWheel Off
Dim blRet As Boolean
blRet = MouseWheelOFF
End Sub
-------
Private Sub Form_Unload(Cancel As Integer)
' Turn the MouseWheel On
Dim blRet As Boolean
blRet = MouseWheelON
End Sub
I tried that dll file provided in http://www.lebans.com/mousewheelonoff.htm
but it didn't work with me. I placed the dll file in the same directory
where my mdb is, and I typed the following into the form code:
-------------------------
Private Sub Form_Load()
' Turn the MouseWheel Off
Dim blRet As Boolean
blRet = MouseWheelOFF
End Sub
-------
Private Sub Form_Unload(Cancel As Integer)
' Turn the MouseWheel On
Dim blRet As Boolean
blRet = MouseWheelON
End Sub