HorizontalResolution Property

Returns the horizontal display resolution, in pixels. Read-only Long.

Example

This example displays the current screen resolution (for example, "1024 x 768").

Dim lngHorizontal As Long
Dim lngVertical As Long

lngHorizontal = System.HorizontalResolution
lngVertical = System.VerticalResolution
MsgBox "Resolution = " & lngHorizontal & " x " & lngVertical

Applies to | System Object

See Also | VerticalResolution Property