VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Execute Control Panel Item

by Will Smith (1 Submission)
Category: Windows API Call/Explanation
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (16 Votes)

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

Inputs
The name of the .cpl file.
Assumes
Windows Interface
Side Effects
Same effects of the Shell Command

Rate Execute Control Panel Item

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

Download this snippet    Add to My Saved Code

Execute Control Panel Item Comments

No comments have been posted about Execute Control Panel Item. Why not be the first to post a comment about Execute Control Panel Item.

Post your comment

Subject:
Message:
0/1000 characters