G
Guest
Hi,
Could you, please, answer this: I have a panel control (with NO scroll
(AutoScroll = false)) on whose surface I draw a Gantt diagram; I want to
catch the WM_MOUSEWHEEL = 0X020A message but the panel refuses to catch that
message; I tried with WndProc, with override OnMouseWheel... everything - the
same result: the panel refuses to catch the event.
What should I do in order to catch that bloody event?
Thanks in advance
Could you, please, answer this: I have a panel control (with NO scroll
(AutoScroll = false)) on whose surface I draw a Gantt diagram; I want to
catch the WM_MOUSEWHEEL = 0X020A message but the panel refuses to catch that
message; I tried with WndProc, with override OnMouseWheel... everything - the
same result: the panel refuses to catch the event.
What should I do in order to catch that bloody event?
Thanks in advance