i have a question about dll
how can you see how to use a dll file if you can't open them
is there way???
Printable View
i have a question about dll
how can you see how to use a dll file if you can't open them
is there way???
Add it to your project by adding a reference to it. Then use the Object
Browser (F2) to browse theough its Methods, Props, etc. Some
dlls dont expose everything or contain descriptions on any
methods exposed. Depends on the dll.
when i try to select a dll on my pc he say can't make reference to it
what then???
Is it a valid ActiveX DLL? Or is it a standard DLL? In the case of the latter, use "Dependancy Walker" (Visual Studio Tools) to get a rough idea of which functions are exported in the DLL
what is "Dependancy Walker"
or where do i find this
my version is dutch:sick:
Start > Program Files > Microsoft Visual Studio 6.0 > Microsoft Visual Studio 6.0 Tools > Depends.