MS Office System Color?
C#
3
Posts
3
Posters
0
Views
1
Watching
-
As far as I am aware, the MS office colour is taken from the current selected colour scheme in windows To use this you need Application.EnableVisualStyles(); in your MAIN method. http://msdn2.microsoft.com/en-us/library/system.windows.forms.application.enablevisualstyles.aspx[^]