CodeItBetter Programming Another VB Programming Blog

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:

  1. How to show Control Panel
  2. How to show Mouse Properties Control Panel
  3. How to show Keyboard Properties Control Panel
  4. How to show Sound & Audio Devices Properties Control Panel
  5. How to show Modem Properties Control Panel
  6. How to show Add/Remove Programs Properties (Windows Setup)
  7. How to show Windows Task Manager?
  8. How to show Accessability Properties (General)
  9. How to show Display Properties (Background)
  10. How to show Display Properties (Appearance)

Comments (0) Trackbacks (0)

No comments yet.


Leave a comment


No trackbacks yet.