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.