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
Printable View
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
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.