The WM_MOUSEWHEEL message is sent to the focus window when the mouse wheel is rotated. The DefWindowProc function propagates the message to the window's parent. There should be no internal forwarding of the message, since DefWindowProc propagates it up the parent chain until it finds a window that processes it.
I think it also tells me I want to do some testing, since I usually don't do squat with that message. But since I've never had a problem, I must be missing something here... or maybe I just haven't "wheeled" with a 9x-compiled application yet...
YIKES.. I'm writing my new app in 9x.... so it must be REALLY time to test.
Leave a comment: