Is it possible to read names of the classes from COM+ DLL
in VB. Not from COM+ catalog but directly from file.
Printable View
Is it possible to read names of the classes from COM+ DLL
in VB. Not from COM+ catalog but directly from file.
Hi
I'm not sure if this will access COM+ but I expect it should.
Try using the TypeLib Information (TLBINF32.DLL) reference.
Create a TLIApplication and use TypeLibInfoFromFile(DLLFilename) function and then I think it provides further enumeration functions.
Hope this works
Andrew
Thanks,
that is what I was looking for.