Using the mousewheel

J

Jean Paul Mertens

Hello,

I try to use the mousewheel in a user control to to scroll in a pannel where
I draw with GDI+ .

due to the fact that a pannel don't has focus, I have no mousewheel event at
my dispositon. Is there a work around?

Someone has an idee?

tnx in advance.

Jean Paul
 
G

Guest

Jean Paul Mertens said:
Hello,

I try to use the mousewheel in a user control to to scroll in a pannel where
I draw with GDI+ .

due to the fact that a pannel don't has focus, I have no mousewheel event at
my dispositon. Is there a work around?

You could monitor for mouse wheel events at the application level. We
provide a .NET component FREE for non-commercial use that can do this for you:

http://www.mini-tools.com/goto/input
 

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