How to show Windows Control Panel
Posted on January 4, 2009
1 2 3 4 5 6 | 'System & API - How to show Windows Control Panel Public Function ShowControlPanel() As Boolean On Error Resume Next Shell "rundll32 shell32,Control_RunDLL", vbNormalFocus ShowControlPanel = Err.Number = 0 End Function |
Related posts:
- How to show Control Panel
- How to show Mouse Properties Control Panel
- How to show Keyboard Properties Control Panel
- How to show Sound & Audio Devices Properties Control Panel
- How to show Modem Properties Control Panel
- How to show Add/Remove Programs Properties (Windows Setup)
- How to show Windows Task Manager?
- How to show Accessability Properties (General)
- How to show Display Properties (Background)
- How to show Display Properties (Appearance)