|
-
Feb 14th, 2001, 05:10 AM
#1
Thread Starter
New Member
Hi, I am having a number of DLLs, of which I want to know the functions that can be called and their parameters.
Is there any tool for that?
Thanks a lot!
Stefan
-
Feb 15th, 2001, 09:02 AM
#2
Fanatic Member
If your using early binding in VB (i.e. creating a reference to the DLL through project references) you can look at the various methods and their properties through the object browser.
If your really stuffed you can use OLE/COM Object Viewer. Once in there click on the 'view typlib' and then select the required Dll. This will show you all the functions in a 'C' type syntax
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
|