Results 1 to 3 of 3

Thread: TLI(TypeLib) Help, tutorial

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2005
    Posts
    157

    TLI(TypeLib) Help, tutorial

    Hello,

    I'm searching to know what an object made of classes has inside of it, that's to say I want to read all properties, methods, constants... I've found TLI object in TLBINF32.DLL but even with the chm help, I can't manage to make a tree of an object. Do you know a tutorial, clear examples?

    I would like particulary to extract collections and variables (even if it is user type), How to do please?

    Thanks in advance.

  2. #2
    PowerPoster jcis's Avatar
    Join Date
    Jan 2003
    Location
    Argentina
    Posts
    4,430

    Re: TLI(TypeLib) Help, tutorial

    This post shows how to make a List (post #8) and a Tree (post #21) from types inside DLL/OCX Files.
    This other post shows how to List all props/subs/functions inside any Object.

    Maybe you can take things from both to fill a TreeView based on an Object.
    Last edited by jcis; Aug 15th, 2007 at 08:03 AM.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Oct 2005
    Posts
    157

    Re: TLI(TypeLib) Help, tutorial

    What about doing scan on classes? Can we extract general variables?
    I would be interesting in saving all memory places of an object made with my classes.

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