VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



ACCESSING CONTROL PANEL ITEMS (with one line of code,no api calls)

by ASHEZ (1 Submission)
Category: Windows System Services
Compatability: Visual Basic 3.0
Difficulty: Unknown Difficulty
Originally Published: Wed 31st July 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

ACCESSING CONTROL PANEL ITEMS (with one line of code,no api calls)

Rate ACCESSING CONTROL PANEL ITEMS (with one line of code,no api calls)



private sub command1_click()
 

shell ("rundll32 shell32.dll,Control_RunDLL odbccp32.cpl")
'links to the ODBC Data sources in the control panel section
end sub

'this can also be used for accessing other items in control panel as long as the extension is *.cpl

Download this snippet    Add to My Saved Code

ACCESSING CONTROL PANEL ITEMS (with one line of code,no api calls) Comments

No comments have been posted about ACCESSING CONTROL PANEL ITEMS (with one line of code,no api calls). Why not be the first to post a comment about ACCESSING CONTROL PANEL ITEMS (with one line of code,no api calls).

Post your comment

Subject:
Message:
0/1000 characters