Click to See Complete Forum and Search --> : List the methods exposed by a comclass


January 12th, 2000, 06:23 PM
HI
I am trying to list the methods exposed by a comclass.I know I can get the progid and the file location of the comdll from the regestry.But how will I get the methods exposed by the comdll?

Lothar Haensler
January 13th, 2000, 01:46 AM
several solutions:
- add the com dll to your vb project and inspect the methods via F2 - object browser
- use OLE2View-Tool from VS 6 Tools to inspect the COM DLL
- if you want to do it from a VB program use the TLBINf32.DLL. it's a COM dll that offers an object model for inspecting COM components.