April 2006
Beginner
1114 pages
98h 16m
English
window.PointsToScreenPixelsX(Points)
Converts an application width measurement of points to a screen measurement in pixels. The following code displays the screen dimensions in pixels:
Sub TestPointsToPixels( )
Application.DisplayFullScreen = True
Debug.Print Application.Windows(1).PointsToScreenPixelsX(Application.Width)
Debug.Print Application.Windows(1).PointsToScreenPixelsX(Application.Height)
Application.DisplayFullScreen = False
End SubRead now
Unlock full access