How to find Display Settings
Posted on January 4, 2009
1 2 3 4 5 | 'System & API - How to find Display Settings Public Sub procDisplaySettings() MsgBox "Display Settings : " & Screen.Width / Screen.TwipsPerPixelX & " X " & _ Screen.Height / Screen.TwipsPerPixelY End Sub |
Related posts:
- How to show Display Properties (Settings)
- How to get screen resolution of the system (in two ways)
- How to Spin a Picture
- How to get Dimensions of an image
- How to show Regional Settings Properties (Regional Settings)
- How to Keep a form always on top even when you click on another window.
- How to Move the Cursor to the Control that has focus
- How to add CheckBox to ComboBox
- How to set the form to Top of all other windows
- How to show Display Properties (Screen Saver)