I have an application that I want to use Visual Styles and I have Application.EnableVisualStyles(); in the program but I have some customers that use windows XP with classic windows theme so the visual styles dont show on those machines. Is there any way to “Force” visual styles regardless of what the windows theme is?
Share
This is detected by RenderWithVisualStyles property – and this in turn is controlled by various factors listed – see documentation.
If you want to force your styles, you may consider overriding some of the theming behaviour.