Hello. I have downloaded the Mousewheel Dll. I have put it in the same folder as my database(which references a table on a server--not sure if this matters). On the on load of a form, I put the code:
The mousewheel is still on? Am I missing something?
Code:
Private Sub Form_Load() Dim blRet As Boolean blRet = MouseWheelOFF End Sub
Comment