Monday, January 3, 2011

Useful System Information (.NET C#)

System.Windows.Forms.SystemInformation is a very useful source of information to help you access various operating system level settings. My C# text editor required me to figure out the vertical size of the scroll arrow in a scrollable control. This information was readily available in the SystemInformation class.

MSDN Link