c# - Windows form colors -
I used Visual Studio 2010 in Windows XP, the problem is, other versions like W7 .. or changing my system The theme of upgraded versions also changes the colors of the forms, so can anyone tell me that despite the elements to change the colors dynamically according to the OS or the subjects ???
Just comment on the code below from the And then apply the color or theme to whatever you want and it will be affected in spite of the operating system. Program.cs file Is:
Application.EnableVisualStyles ();
Comments
Post a Comment