Visual Basic Reference

Screen Object

See Also    Example    Properties    Methods    Events

Manipulates forms according to their placement on the screen and controls the mouse pointer outside your application's forms at run time. The Screen object is accessed with the keyword Screen.

Syntax

Screen

Remarks

The Screen object is the entire Windows desktop. Using the Screen object, you can set the MousePointer property of the Screen object to the hourglass pointer while a modal form is displayed.