MouseWheel and ScrollBar with CWnd
-
Hye, I have create my own control which derived from CWnd. In this control their are ScrollBar what I manage in code. I work perfectly except for the mouse Wheel ! I never receive the message WM_MOUSEWHEEL. I also check with spy++ and I didn't receive to. Who can't I manage the mousewheel for my custom control (MFC) like other windows control. I must had a style to the windows ? François.
-
Hye, I have create my own control which derived from CWnd. In this control their are ScrollBar what I manage in code. I work perfectly except for the mouse Wheel ! I never receive the message WM_MOUSEWHEEL. I also check with spy++ and I didn't receive to. Who can't I manage the mousewheel for my custom control (MFC) like other windows control. I must had a style to the windows ? François.