|
-
Jul 14th, 2001, 08:22 PM
#1
Thread Starter
Lively Member
How to find the CLSID of the control panel?
does anyone know it?
thank you if you do
-
Jul 14th, 2001, 09:59 PM
#2
PowerPoster
the control panel is NOT a .dll or activeX component. It is simple a "virtual folder" which just contains all the files in the windows directory with the extension ".cpl".
-
Jul 14th, 2001, 10:22 PM
#3
Frenzied Member
If you are looking to display a control panel use the Shell function. Here is a link that has 6 pages of control panels that you may be able to use.
http://www.mvps.org/vbnet/index.html...controlpnl.htm
-
Jul 14th, 2001, 10:23 PM
#4
PowerPoster
but to sum it up, they all basically get the user's windows directory and shell the".cpl" file.
Windows automatically displays the corresponding dialog depending on which file you shell.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|