README.md
December 4, 2022 ยท View on GitHub
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 | |
| By | Will Smith |
| Level | Advanced |
| User Rating | 4.2 (67 globes from 16 users) |
| Compatibility | VB 4.0 (32-bit), VB 5.0, VB 6.0 |
| Category | Windows API Call/ Explanation |
| World | Visual 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