[Help]Call .dll From Visual Basic
I Have Looked At Google And Nothing !!
I Have tried to add it as a referance, but Visual Basic just crashes all the time,,.
can someone explain how to call a .dll from visual basic
don't understand you :/ call a .dll from VB
LoadLibrary() to load the module and GetProcAddress() to retrieve the start address of the function you want to call.
Void. that confused me right away!!
Please elaborate more.
Also isnt there a program that combines a .dll + .exe
Sorry I guess I didn't understand what your intentions were, I thought you were exporting functions from a DLL and trying to call it from a separate module. I'm still not sure. |:
By call do you mean you're trying to inject a .dll stored in resources?
Let's wait for his reply because no one knows what he exactly means.