Results 1 to 6 of 6

Thread: ClassIDs

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Sep 2008
    Posts
    1,260

    ClassIDs

    Here is a list of some of the common classids:

    .{20D04FE0-3AEA-1069-A2D8-08002B30309D} (= My Computer)
    .{450D8FBA-AD25-11D0-98A8-0800361B1103} (= My Documents)
    .{208D2C60-3AEA-1069-A2D7-08002B30309D} (= My Network Places)
    .{645FF040-5081-101B-9F08-00AA002F954E} (= Recycle Bin)
    .{871C5380-42A0-1069-A2EA-08002B30309D} (= Internet Explorer)
    .{21EC2020-3AEA-1069-A2DD-08002B30309D} (= Control Panel)
    .{D20EA4E1-3957-11D2-A40B-0C5020524153} (= Administrative Tools)
    .{00020D75-0000-0000-C000-000000000046} (= Inbox)
    .{D20EA4E1-3957-11D2-A40B-0C5020524152} (= Fonts)
    .{7007ACC7-3202-11D1-AAD2-00805FC1270E} (= Network Connections)
    .{2227A280-3AEA-1069-A2DE-08002B30309D} (= Printers and Faxes)
    .{7BE9D83C-A729-4D97-b5A7-1B7313C39E0A} (= Programs Folder)
    .{E211B736-43FD-11D1-9EFB-0000F8757FCD} (= Scanners and Cameras)
    .{D6277990-4C6A-11CF-8D87-00AA0060F5BF} (= Scheduled Tasks)
    .{48E7CAAB-B918-4E58-A94D-505519C795DC} (= Start Menu Folder)
    .{7BD29E00-76C1-11CF-9DD0-00A0C9034933} (= Temporary Internet Files)
    .{BDEADF00-C265-11d0-BCED-00A0C90AB50F} (= Web Folders)
    .{6DFD7C5C-2451-11D3-A299-00C04F8EF6AF} (= Folder Options)
    .{00020801-0000-0000-C000-000000000046} (= Folder)
    .{00021400-0000-0000-C000-000000000046} (= Another Folder)

    The one I am looking for is not here... bascially i am after the id that when you click on the folder nothing happens... ie, no apps load up or anything..

    thanks

    Simon Canning

  2. #2
    Just a Member! seenu_1st's Avatar
    Join Date
    Aug 2007
    Location
    India
    Posts
    2,170

    Re: ClassIDs

    what is the use of these classids and where can use? i m just curious.
    Seenu

    If this post is useful, pls don't forget to Rate this post.
    Pls mark thread as resolved once ur problem solved.
    ADO Tutorial Variable types SP6 for VB6, MsFlexGrid fast fill, Sorting Algorithms


  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Sep 2008
    Posts
    1,260

    Re: ClassIDs

    I am trying to lock a folder.

  4. #4
    "Digital Revolution"
    Join Date
    Mar 2005
    Posts
    4,471

    Re: ClassIDs

    Quote Originally Posted by Simon Canning View Post
    bascially i am after the id that when you click on the folder nothing happens... ie, no apps load up or anything..
    ... eh?

    That doesn't make sense.

    Can you give us an example (in code) how you are using those class Ids?

  5. #5

    Thread Starter
    Frenzied Member
    Join Date
    Sep 2008
    Posts
    1,260

    Re: ClassIDs

    Private Sub Command1_Click()
    Name "C:\TestLock" As "C:\TestLock" & ".{9DF687E7-381C-4882-A05F-4ADF1DD53394}"
    End Sub

  6. #6
    Frenzied Member HanneSThEGreaT's Avatar
    Join Date
    Nov 2003
    Location
    Vereeniging, South Africa
    Posts
    1,492

    Re: ClassIDs

    I know you know most of the CLSIDs Simon, but here's an article that may still help you

    For the uninformed, it would definitely help you as well

    It explains what CLSIDs are, and where to find them, and how to use them :

    http://www.codeguru.com/vb/gen/vb_sy...php/c13987__1/

    I hope it was helpful
    VB.NET MVP 2008 - Present

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