Thursday, October 28, 2010

How to make VB 6 modules follow the current theme?

Ok, so im trying to make my program match my msstyle, like native applications do. The title bar and form automatically do it, but the buttons do not. is there a way to do this?How to make VB 6 modules follow the current theme?
Buttons in VB6 are beige by default. If you change them to myButton.Style = 1, you can change the background color. If you want to change the foreground color, look on a site like Planet Sourcecode - some people have made some pretty nice-looking buttons. I haven't seen any that automatically take on the color of the theme, but there might be some.

No comments:

Post a Comment