Question Custom scroll bars for entire application?

12padams

Well-known member
Joined
Feb 19, 2010
Messages
48
Programming Experience
Beginner
I am making a game set within another operating system so I have all the forms custom made with no border so I could place my own borders and stuff. Windows is automatically placing scroll bars in controls that require the ability to scroll such as listboxes with too many items. These scroll bars look so out of place so I need to custom draw them.

What is an easy way to custom draw all the scroll bars in an application with multiple forms? I need to be able to change the appearance of all scroll bars in future based on the users actions when they upgrade the operating system.

Thanks in advance for your help ;)
 
Back
Top