Mouse Scroll in Combo Box

M

Max

Would like to use the mouse wheel/scroller to scroll
smoothly through a combo box in Access. Any help will be
appreciated. Could not find any KB articles to help.

Thanks in advance.

Max
 
S

Stephen Lebans

Prior to A2K2 you cannot do it without subclassing the Combo's drop down
window. WIth A2K2 or higher you could use the MouseMove event but it
would be ugly an the Combo's drop down window would flash repeatedly as
you scroll.
I could add this functionality to my MouseWheel DLL but I don't have
much free time now that my basketball season has started. I'll look at
adding this functionality to the next release coming over the holidays.

--

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top