Scroll bar colour

P

PJ

Is there an API function to change the colour of the scroll bars of a form,
not change the whole system set up?

Thanks in advance
 
A

AlCamp

PJ,
Scroll bars get their color from Windows. I'm sure there may be an API
call that could be used to change that, but it would... while it was in
effect... would apply to all Windows apps scroll bars.

Actually the scroll bars don't have a color... I think it's "3-D objects"
color that determines scroll color.

hth
Al Camp
 
P

PJ

Thanks, I suspected that was the case, but you never know ;)

If anyone is interested the API to change all windows apps is SetSysColors
 
Top