Getting GUID from a control
-
I would like to create a program that can read the GUID from an ActiveX control. I will be reading each dll/ocx in a directory and storing the GUID and version information in a database. I have the version part but need to read the GUID.
-
I would like to create a program that can read the GUID from an ActiveX control. I will be reading each dll/ocx in a directory and storing the GUID and version information in a database. I have the version part but need to read the GUID.
__uuidof ( expression ) thought this might help. ================== The original message was: I would like to create a program that can read the GUID from an ActiveX control. I will be reading each dll/ocx in a directory and storing the GUID and version information in a database. I have the version part but need to read the GUID.