[DllImport("user32.dll")]
static extern int GetSystemMetrics(SystemMetric metric);
Use SystemMetric to choose which metric to retrieve.
None.
Please add some!
Please add some!
Most (all?) of this information is available through the static properties of the System.Windows.Forms.SystemInformation class.