|
-
Oct 21st, 2001, 11:15 PM
#1
Thread Starter
Addicted Member
Extracting Function, Sub, Method, Property names from an OCX or DLL
I was wondering how I would go about extracting the Method, Sub, Function etc names and parameters from an OCX or DLL file. Any help?
-
Oct 22nd, 2001, 12:33 AM
#2
Have a look at the TypeLibInfo DLL - it let's you loop through a lot of the properties of a DLL or OCX.
Alternatively, if you want to find out what functions a Windows DLL (as distinct from an ActiveX DLL) exports, then QucikView or AnalogX's TextScan are probably your best bet.
- gaffa
-
Oct 22nd, 2001, 12:39 AM
#3
-= B u g S l a y e r =-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|