Using the mousewheel

  • Thread starter Thread starter Jean Paul Mertens
  • Start date Start date
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
 
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
 
Back
Top