I'm creating my own scrollbar. Anyone know how to get the handle of the stock pattern brush windows uses for the stock scrollbar background?
Hi
Look for the GetSysColorBrush User32 API with COLOR_SCROLLBAR as parameter.
Regards,
Biterider
Look for the GetSysColorBrush User32 API with COLOR_SCROLLBAR as parameter.
Regards,
Biterider
Hi Biterider-
Unfortunately, that returns a solid brush, not the pattern brush the system uses for a scrollbar.
Unfortunately, that returns a solid brush, not the pattern brush the system uses for a scrollbar.