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