CodeItBetter Programming Another VB Programming Blog

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:

  1. How to show Display Properties (Settings)
  2. How to get screen resolution of the system (in two ways)
  3. How to Spin a Picture
  4. How to get Dimensions of an image
  5. How to show Regional Settings Properties (Regional Settings)
  6. How to Keep a form always on top even when you click on another window.
  7. How to Move the Cursor to the Control that has focus
  8. How to add CheckBox to ComboBox
  9. How to set the form to Top of all other windows
  10. How to show Display Properties (Screen Saver)

Comments (0) Trackbacks (0)

No comments yet.


Leave a comment


No trackbacks yet.