Wednesday, August 27, 2008

vb2008: how to retrieve the desktop display settings

use the following code:-

Dim MyScreenSize As New Size(My.Computer.Screen.Bounds.Width, My.Computer.Screen.Bounds.Height)

No comments: