I am using VisualStyleRenderer for my Windows Application, it works perfectly for Windows XP theme but it doesn't work for Windows Classic theme. Can anybody suggest me how will I able to make application theme supportable.
Update:
Let me describe it with a clear picture. I have a list View and on the List Items I am drawing a button by using VisualStyleRenderer class and also Painting that Button region using some Gradient Color. It works in Windows XP theme but while I am changing the Theme to Windows Classic that button wffect is not coming which I have drawn by using VisualStyleRenderer class.
Any help will be appreciated
Thanks in advance.