Handle Window's scrol 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:10 UTC
Read the original article
Hit count: 187
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