CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2001
    Posts
    7

    Reading classes from COM+ DLL

    Is it possible to read names of the classes from COM+ DLL
    in VB. Not from COM+ catalog but directly from file.



  2. #2
    Join Date
    Aug 2000
    Location
    Dublin
    Posts
    20

    Re: Reading classes from COM+ DLL

    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


  3. #3
    Join Date
    Sep 2001
    Posts
    7

    Re: Reading classes from COM+ DLL

    Thanks,

    that is what I was looking for.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured