How to change look and feel of GUI
Hello everyone, I am not sure if I am posting at the right place. I am new to c# and migrating from java to c# as I find c# very good.
My question is how can i change look and feel of the GUI. I dunno what is it called in .NET maybe themes...
It would be great if any one can help...
Thanks in advance...
Zahid MaqboolPosted Dec 17, 2005, 7:37 PM
AnttiPosted Dec 17, 2005, 3:36 PM
Check out this post: Windows Forms/.Net look fror my GUI
Since .NET is designed for Windows, there is no look and feel in same meaning than in Java. But several controls has FlatStyle-property, that tells system how to render it on screen.