README.md

December 4, 2022 ยท View on GitHub

Execute Control Panel Item

Description

Allows the author to launch a Control Panel item (or .cpl file).

More Info

The name of the .cpl file.

Windows Interface

Same effects of the Shell Command

Submitted On
ByWill Smith
LevelAdvanced
User Rating4.2 (67 globes from 16 users)
CompatibilityVB 4.0 (32-bit), VB 5.0, VB 6.0
CategoryWindows API Call/ Explanation
WorldVisual Basic
Archive File

Source Code

'Where Odbccp32.cpl is the name of the control panel item.
Shell "rundll32.exe shell32.dll,Control_RunDLL Odbccp32.cpl", vbNormalFocus