VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Easy way to call certain control panel functions without any API calls.

by Nasrul Saiyed (1 Submission)
Category: Windows System Services
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Thu 7th December 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Easy way to call certain control panel functions without any API calls.

Rate Easy way to call certain control panel functions without any API calls.



'syntax
' Shell "Path of Control panel " & cpl file , windowoption

'Desktop properties
Shell "C:\Windows\control.exe" & " desk.cpl", 1
'Internet Properties
Shell "C:\Windows\control.exe" & " Inetcpl.cpl", 1
'Modem Properties
Shell "C:\Windows\control.exe" & " Modem.cpl", 1
'Password
Shell "C:\Windows\control.exe" & " Password.cpl", 1


Download this snippet    Add to My Saved Code

Easy way to call certain control panel functions without any API calls. Comments

No comments have been posted about Easy way to call certain control panel functions without any API calls.. Why not be the first to post a comment about Easy way to call certain control panel functions without any API calls..

Post your comment

Subject:
Message:
0/1000 characters