Hello. I've developed an applicaition that uses lots of controls that change their appearance depend on Windows theme.
For example this is a ToolStrip. With Windows XP theme it has required appearance, but I switch Windows theme it looks terrible with another application components that do not change their appearance (panels for exaple).
Do you know how to make my applcation independed with chosen Windows theme? Mostly I mean ToolStrip control. Problem with tab control is fixed using custom-drawn TabControl.
Thanks in advance