How can I open DLL files using Visual Basic?

Status
Not open for further replies.

Navid T

Full Member level 3
Joined
Jan 21, 2005
Messages
186
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,296
Location
Iran
Activity points
1,385
question about DLL

hello
how can i open and read DLL files ? how can i open dll fils by visual basic?
thank you
 

Re: question about DLL

You cannot read the source code of a DLL but you may find utilities on the NET which may tell you about the function exported by a DLL. Exported functions are functions which can be called externally from another DLL or applicaton.
 

Re: question about DLL

nvd said:
You cannot read the source code of a DLL but you may find utilities on the NET which may tell you about the function exported by a DLL. Exported functions are functions which can be called externally from another DLL or applicaton.


you know a good tool that can do this for me?


regards
 

Re: question about DLL

One tool is windows disassembler. I am studying in university and am not at home. If I happen to visit my home, I would tell you about that software as my computer is there.
 


question about DLL

You can use vb6 internal util... object browser ...to see the exposed interface of a DLL.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…