Mouse Scroll Button (Wheel) Help

  • Thread starter Thread starter Dawn
  • Start date Start date
D

Dawn

I have a database and GUI designed in Office 2000 that
contains a large list box of items. Is is possible to
maneuver through it with the Mouse's Scroll Button instead
of the scroll bars to the right of the list?

Thanks, I appreciate it!
 
It would be possible with A2K2 or higher as the Form's MouseWHeel event
is exposed. With A2K you would have to subclass the Form/Control and
process the MouseWHeel messages yourself.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Back
Top