Results 1 to 3 of 3

Thread: How to list an object's methods/properties ?

  1. #1

    Thread Starter
    PoorPoster iPrank's Avatar
    Join Date
    Oct 2005
    Location
    In a black hole
    Posts
    2,729

    Arrow How to list an object's methods/properties ?

    How can I list the properties/methods (public/friend) of an object ?
    I'll call them later in my code by CallByName().

    I want something like this, but in VB6.
    Usefull VBF Threads/Posts I Found . My flickr page .
    "I love being married. It's so great to find that one special person you want to annoy for the rest of your life." - Rita Rudner


  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: How to list an object's methods/properties ?

    You can use TypeLib to get the info, but details are hard to come by. Here are a few previous threads that discussed it:
    http://www.vbforums.com/showthread.php?t=476509
    http://www.vbforums.com/showthread.php?t=484286
    http://www.vbforums.com/showthread.php?t=526819

  3. #3

    Thread Starter
    PoorPoster iPrank's Avatar
    Join Date
    Oct 2005
    Location
    In a black hole
    Posts
    2,729

    Re: How to list an object's methods/properties ?

    Thanks for the links.
    Usefull VBF Threads/Posts I Found . My flickr page .
    "I love being married. It's so great to find that one special person you want to annoy for the rest of your life." - Rita Rudner


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