How do I find out what the Systems's appearance parameters are such as the
window border width or color?

Re: Obtaining system appearance settings. by Bob

Bob
Mon Nov 29 13:05:26 CST 2004

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.





"Alfetta159" <Alfetta159@discussions.microsoft.com> wrote in message
news:0139C8FC-EC56-4FF8-B16E-447EF7F24C21@microsoft.com...
> How do I find out what the Systems's appearance parameters are such as the
> window border width or color?



Re: Obtaining system appearance settings. by Herfried

Herfried
Mon Nov 29 13:59:06 CST 2004

"Alfetta159" <Alfetta159@discussions.microsoft.com> schrieb:
> How do I find out what the Systems's appearance parameters are such as the
> window border width or color?

Take a look at 'SystemInformation' and 'SystemColors'.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>