Hello everybody!
I know some Access fundamentals but I have no idea about VBA code. As many people, I would like to have something to fix the mousewheel "effect" in Access forms. I have entered into the Lebans web site and have downloaded the 97 version of the mousewheel DLL. As it seems, you only have to paste the DLL either in the system folder or in the folder where you have your Database (as I have done). Then, it seems, you just only have to type the following code (as a Private Sub as a Form_Load event or in a commandbutton):
Dim blRet as boolean
blRet = MouseWheelON or blRet=MouseWhee lOFF
End Sub
As I understand it, this is all that you would have to do. But having proceeded this way, the problem is by no means solved. Could anybody here explain me whether I have missed something (I'm afraid that is for sure!!) or whether there is any thread here specifically discussing this problem (using the Lebans DLL)??
Thank you very much in advance
Best regards from Barcelona
I know some Access fundamentals but I have no idea about VBA code. As many people, I would like to have something to fix the mousewheel "effect" in Access forms. I have entered into the Lebans web site and have downloaded the 97 version of the mousewheel DLL. As it seems, you only have to paste the DLL either in the system folder or in the folder where you have your Database (as I have done). Then, it seems, you just only have to type the following code (as a Private Sub as a Form_Load event or in a commandbutton):
Dim blRet as boolean
blRet = MouseWheelON or blRet=MouseWhee lOFF
End Sub
As I understand it, this is all that you would have to do. But having proceeded this way, the problem is by no means solved. Could anybody here explain me whether I have missed something (I'm afraid that is for sure!!) or whether there is any thread here specifically discussing this problem (using the Lebans DLL)??
Thank you very much in advance
Best regards from Barcelona
Comment