Possible coloring scroll bar?
How can color a horizontal or vertical scroll bar with the color of the window?
2 posts
The WM_CTLCOLORSCROLLBAR message is used only by child scroll bar controls. Scrollbars attached to a window (WS_SCROLL and WS_VSCROLL) do not generate this message. To customize the appearance of scrollbars attached to a window, use the flat scroll bar functions.You can read about flat scrollbars @ https://msdn.microsoft.com/en-us/lib...(v=vs.85).aspx but it is not going to give you the results you are looking for.