get monitors count
Published: 27. October 2011 | Updated: 27. October 2011License: Microsoft Public License (MS-PL)
Categories: Windows » Hardware
Tags: C# Hardware Windows Winforms
Import namespace
using System.Windows.Forms;
Code
int monitorsCount = Screen.AllScreens.Length;
| Send us feedback about this snippet » |





