How to get screen resolution?:duck:
Printable View
How to get screen resolution?:duck:
How aboutvb.net Code:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click MessageBox.Show(My.Computer.Screen.Bounds.Size.ToString) End Sub
What have you tried? This link looks promising:
http://social.msdn.microsoft.com/Sea....PrimaryScreen