Using "mouse wheel scrolling"

  • Thread starter Thread starter DP
  • Start date Start date
D

DP

I can't seem to find any code for allowing me to increment - much as a
scroll bar, slider, etc. - a particular control on an access form.

In other words, is there any code that "traps" which direction you are
scrolling the mouse wheel, i.e., up or down?

On the MouseWheel form event, I want certain code to run if I scroll the
wheel up, and a slightly different code to run if I scroll down.

Can this be done?

DP
 
hi,
there may be something at this site that may help. i don't
have a mouse wheel but i copy down the site thinking it
might be handy someday.
www.lebans.com
look for Mouse Wheel hook.zip
i think you download it.
hope it helps
regards
Frank
 
Thanks, this might be useful indeed.

Sadly, it doesn't tell me how to trap for "up" and "down" wheel
scrolling....

DP
 
Back
Top