ACCESSING CONTROL PANEL ITEMS (with one line of code,no api calls)
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)
(2(2 Vote))
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
ACCESSING CONTROL PANEL ITEMS (with one line of code,no api calls) Comments
No comments yet — be the first to post one!
Post a Comment