Screen Resolution 화면해상도 보여줌
함흥처사
2014.06.05 05:46:37
*: Private Sub btnResol_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnResol.Click
MessageBox.Show (System.Windows.Forms.Screen.PrimaryScreen.Bounds.Width())
MessageBox.Show (System.Windows.Forms.Screen.PrimaryScreen.Bounds.Height())
End Sub