How do you find out the CLSID
-
I have a DLL written in Visual Basic that contains 1 COM object. Could somebody please tell me how do I find out the CLSID and REFIID to pass to CoCreateInstance() to use the object in a C++ program. I have full access to the DLL source and a copy of Visual Basic. OLE View gives several CLSID's but I'm not sure which one to use. Thanks in advance for any help you can give. Steve.
-
I have a DLL written in Visual Basic that contains 1 COM object. Could somebody please tell me how do I find out the CLSID and REFIID to pass to CoCreateInstance() to use the object in a C++ program. I have full access to the DLL source and a copy of Visual Basic. OLE View gives several CLSID's but I'm not sure which one to use. Thanks in advance for any help you can give. Steve.