CodeItBetter Programming Another VB Programming Blog

How to show Display Properties (Background)

Posted on January 5, 2009
1
2
3
4
5
6
'System & API - How to show Display Properties (Background)
Option Explicit
 
Sub Main()
    Shell "rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0"
End Sub

Related posts:

  1. How to show Display Properties (Appearance)
  2. How to show Display Properties (Settings)
  3. How to show Display Properties (Screen Saver)
  4. How to show Accessability Properties (Display)
  5. How to show Keyboard Properties Control Panel
  6. How to show Add/Remove Programs Properties (Set Program Access and Defaults)
  7. How to show Modem Properties Control Panel
  8. How to show Accessability Properties (Mouse)
  9. How to show Accessability Properties (General)
  10. How to show Date/Time Properties

Comments (0) Trackbacks (0)

No comments yet.


Leave a comment


No trackbacks yet.