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