Could you tell me how to control the mouse wheel movement? Thank you
Panel lg = new Panel();
lg.MouseWheel += new MouseEventHandler(lg_MouseWheel);
I have not used it, but it looks like it should work.
Ethan
"alberto" wrote:
> .
>