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.
Printable View
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.
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
Thanks for the links.