C#: Get complete desktop size?
You have two options: PresentationFramework.dll SystemParameters.VirtualScreenWidth SystemParameters.VirtualScreenHeight System.Windows.Forms.dll SystemInformation.VirtualScreen.Width SystemInformation.VirtualScreen.Height Use the first option if you developing a WPF application.