Handle window's scroll bar's mouse move (WinAPI)

Posted by user146780 on Stack Overflow See other posts from Stack Overflow or by user146780
Published on 2010-05-17T02:05:53Z Indexed on 2010/05/17 2:40 UTC
Read the original article Hit count: 232

Filed under:
|

I have a window that has scroll bar styles so it has its own scrollbars. I want something to happen when the mouse hovers over the scroll bars, but handling the window's mouse move doesn't do the trick. How can I handle the scrollbars' mousemove event?

Thanks

© Stack Overflow or respective owner

Related posts about winapi

Related posts about scrollbar