ON_WM_MOUSEMOVE in CFrameWnd
-
Hello, I have an MFC dialog application (VC++ 6 environment). I've used the class wizard to create a handler for mouse movement in my main frame window (to intercept ON_WM_MOUSEMOVE messages). However, the handler is never invoked. I can create a handler in the View (rather than main frame) and it is invoked. However, I want to capture all mouse movement, including mousing over the application's main menu area (outside of the view window). Any help appreciated.
-
Hello, I have an MFC dialog application (VC++ 6 environment). I've used the class wizard to create a handler for mouse movement in my main frame window (to intercept ON_WM_MOUSEMOVE messages). However, the handler is never invoked. I can create a handler in the View (rather than main frame) and it is invoked. However, I want to capture all mouse movement, including mousing over the application's main menu area (outside of the view window). Any help appreciated.
there is a cover (window) in front of main frame window, mouse movement is delivered to taht front window.