Results 1 to 2 of 2

Thread: Get ClsId of a DLL

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2001
    Posts
    19

    Post Get ClsId of a DLL

    Hello,


    I list the DLL in a directory, and I want to get the file version, the creation date,... and the CLSID.

    could some tell me how to get the CLSID of a DLL, from my VB program.

    Thank you.

    Pascal

  2. #2
    Frenzied Member mlewis's Avatar
    Join Date
    Sep 2000
    Posts
    1,226
    Well, not all DLLs have CLSIDs (only ones that expose COM objects) and in fact the DLLs themselves do not have CLSIDs. CLSIDs belong to the COM objects that are in the DLL.

    The registry (HKEY_CLASSES_ROOT\CLSID\) contains this information.
    M. Lewis
    Pi-Q Software
    How many mouse clicks does it take to cook breakfast?

    Blargh! I am dead!

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