PB 17
Q1:
How can I change the tabpage tab color? The part where the writing is?
I thought it would be TabBackcolor but that doesn't work.
Q2:
Is there a 3rd party UI tool that would globally change colors of objects at runtime? For example, assume user 1 likes all of the text in the application datawindows red. But user 2 wants them in blue. Rather than create a red one and a blue one, is there a component that would do this for me?
Yes, you can do a lot with Themes but retro fitting it to an application can be a big job. Having just completed a UI upgrade on a big system where the users were allowed to select 2 themes (Dark or Silver) or classic (No Theme). The work required to map existing colours used for hilighting data etc was massive. Refactoring Windows objects like Rectangles that are not supported in Themes and changing all the images to match the Theme on both Menus, buttons, treviews etc. It was a much bigger excise than just applying the Theme. The Dark theme was particulary problematic due to most text and backgrounds being reversed. This required a lot of remappig colours. Who knew that buttonface had so many different PB colour numbers over the years! Anywhere that transparrency was used just does not work.
Having said that the only option availble to you guys is to change the Text Colour or add an image to indecate different data senarios. That works quite well and users will be happy with that approach.