Results 1 to 4 of 4

Thread: How to find the CLSID of the control panel?

  1. #1

    Thread Starter
    Lively Member Blaster's Avatar
    Join Date
    Jun 2001
    Posts
    70

    Question How to find the CLSID of the control panel?

    does anyone know it?
    thank you if you do

  2. #2
    PowerPoster eiSecure's Avatar
    Join Date
    Jul 2000
    Location
    Texas
    Posts
    2,209
    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".

  3. #3
    Frenzied Member
    Join Date
    Mar 2001
    Location
    You are HERE •™
    Posts
    1,300
    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

  4. #4
    PowerPoster eiSecure's Avatar
    Join Date
    Jul 2000
    Location
    Texas
    Posts
    2,209
    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
  •  



Click Here to Expand Forum to Full Width