A
Annemarie
Scrolling the mouse wheel scrolls through records, and I understand I need to
download and install a .dll file. I do not have permission to do this. There
is no way that I can put a .dll file on my server at work. Now, I noticed
that on my form, there is an option On Mouse Wheel where I can put in an
event procedure. This is the code I get when I choose this:
Private Sub Form_MouseWheel(ByVal Page As Boolean, ByVal Count As Long)
End Sub
What can I put in between to change the functionality of the scroll wheel? I
don't care if it is disabled or not, just so it doesn't scroll through
records. Downloading and installing things in the system folders is not an
option.
download and install a .dll file. I do not have permission to do this. There
is no way that I can put a .dll file on my server at work. Now, I noticed
that on my form, there is an option On Mouse Wheel where I can put in an
event procedure. This is the code I get when I choose this:
Private Sub Form_MouseWheel(ByVal Page As Boolean, ByVal Count As Long)
End Sub
What can I put in between to change the functionality of the scroll wheel? I
don't care if it is disabled or not, just so it doesn't scroll through
records. Downloading and installing things in the system folders is not an
option.