G
GGGGGWWWWWW
I have Ms Office XP Enterprise. I would prefer not to use
mousewheel dll or register to disable mouse from scrolling
through forms for the purpose of distribution.
I am trying to figure what to do with the code I have that
came with Access 'Form.mousewheel' returned with event
procedure signature through a value with a textbox. I also
have an event in form 'Private Sub Form_Mousewheel(ByVal
Page As Boolean, ByVal Count As Long)' I tried to put
return zero on mousewheel to disable from scrolling
through form in this event, it won't work because it
occured after a scroll.
Any suggestion?
mousewheel dll or register to disable mouse from scrolling
through forms for the purpose of distribution.
I am trying to figure what to do with the code I have that
came with Access 'Form.mousewheel' returned with event
procedure signature through a value with a textbox. I also
have an event in form 'Private Sub Form_Mousewheel(ByVal
Page As Boolean, ByVal Count As Long)' I tried to put
return zero on mousewheel to disable from scrolling
through form in this event, it won't work because it
occured after a scroll.
Any suggestion?