Show Control Panel items
Know thy self
Can Do
Thanks for visiting my site lucky visitor:
This page was last updated on: April 15, 2007
Copyright © 2002. XcelFiles. All Rights Reserved Ivan F Moala
Tell a friend about this page
Google
Search WWW Search My Site!

The following workbook allows you to display control panel items, NOT ALL, but the main ones.

This is done via the Shell32.dll applications ControlPanelItem method eg.

Set objShell = CreateObject("Shell.Application")
lRet = objShell.ControlPanelItem(Ctrl)

where Ctrl = the control panels name file as displayed in your system file directory
as displayed below (Fig 1).

eg access.cpl
objShell.ControlPanelItem("access.cpl")



Know thy self
Know thy self
Fig.1