|
-
Nov 19th, 2001, 07:20 AM
#1
Thread Starter
Junior Member
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
-
Nov 19th, 2001, 12:34 PM
#2
Frenzied Member
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.
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
|