How to

get monitors count

Published: 27. October 2011 | Updated: 27. October 2011
License: Microsoft Public License (MS-PL)
Categories: Windows » Hardware
Tags: C# Hardware Windows Winforms
Was this snippet helpful for you? YESYES / NONO

Import namespace

using System.Windows.Forms;

Code

int monitorsCount = Screen.AllScreens.Length;
Send us feedback about this snippet »



Related Snippets: