|
|
|
| Title | Make a program display a control panel |
| Keywords | control panel, applet |
| Categories | Windows, Utilities |
|
|
|
Thanks to Vivekanandan S..
Use the Shell statement to execute the "control" command.
|
|
Private Sub cmdShowControlPanel_Click()
Shell "control", vbNormalFocus
End Sub
|
| |
|
| |
|
|