Development VB.Net Tutorial

public class Test
   public Shared Sub Main
        Console.WriteLine(System.Windows.Forms.SystemInformation.PrimaryMonitorMaximizedWindowSize)
   End Sub
End class
{Width=1288, Height=746}