G Guest Nov 29, 2004 #1 How do I find out what the Systems's appearance parameters are such as the window border width or color?
How do I find out what the Systems's appearance parameters are such as the window border width or color?
B Bob Powell [MVP] Nov 29, 2004 #2 Take a look at the SystemInformation class. Most everything you need is in there. -- Bob Powell [MVP] Visual C#, System.Drawing Find great Windows Forms articles in Windows Forms Tips and Tricks http://www.bobpowell.net/tipstricks.htm Answer those GDI+ questions with the GDI+ FAQ http://www.bobpowell.net/faqmain.htm All new articles provide code in C# and VB.NET. Subscribe to the RSS feeds provided and never miss a new article.
Take a look at the SystemInformation class. Most everything you need is in there. -- Bob Powell [MVP] Visual C#, System.Drawing Find great Windows Forms articles in Windows Forms Tips and Tricks http://www.bobpowell.net/tipstricks.htm Answer those GDI+ questions with the GDI+ FAQ http://www.bobpowell.net/faqmain.htm All new articles provide code in C# and VB.NET. Subscribe to the RSS feeds provided and never miss a new article.
H Herfried K. Wagner [MVP] Nov 29, 2004 #3 Alfetta159 said: How do I find out what the Systems's appearance parameters are such as the window border width or color? Click to expand... Take a look at 'SystemInformation' and 'SystemColors'.
Alfetta159 said: How do I find out what the Systems's appearance parameters are such as the window border width or color? Click to expand... Take a look at 'SystemInformation' and 'SystemColors'.