i created windows form application usig Visual Studio 2010 in windows xp,problem is,moving to other versions like W7..or changing theme to upgraded versions in my sys also changes the colors of form,so could any one tell me how to change form colors dynamically according to the OS or themes irrespective of those elements???
i created windows form application usig Visual Studio 2010 in windows xp,problem is,moving to
Share
You just have to comment the below code from the
Program.csfile:And then apply the color or theme whatever you want and it will be affected irrespective of the Operating System.