Screen

The screen object contains in its properties the dimensions of the desktop of the client computer.

 

A reference to the screen object is determined by the Screen property of the client object.

Example:

 

MsgBox(Client.Screen.WorkHeight)

Returns the height of the client computer's workspace.

 

 

More:

Height (Screen)

TwipsPerPixelX (Screen)

TwipsPerPixelY (Screen)

Width (Screen)

WorkHeight (Screen)

WorkLeft (Screen)

WorkTop (Screen)

WorkWidth (Screen)