Disable Mousewheel from Scrolling ComboBox

G

Guest

Hi,

How can I prevent the mousewheel from scrolling through the combobox items
when it has the focus?
Thanks,
 
M

m.posseth

use a message filter

implement Imessagefilter interface and cancel the event

regards

Michel Posseth [MCP]
 
G

Guest

Michel,

Thanks for your assistance. I never knew that an Imessagefilter existed.
I'll do a little research and attempt to cancel the Mousewheel.
Thanks again,
--
GrandpaB


m.posseth said:
use a message filter

implement Imessagefilter interface and cancel the event

regards

Michel Posseth [MCP]



GrandpaB said:
Hi,

How can I prevent the mousewheel from scrolling through the combobox items
when it has the focus?
Thanks,
 

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