I have done some dll's with some functions, and i have them in a folder (application path\dlls\).
I want to load a DLL from that folder, let's say the "test.dll", how to do that?
Printable View
I have done some dll's with some functions, and i have them in a folder (application path\dlls\).
I want to load a DLL from that folder, let's say the "test.dll", how to do that?
if you want to add it to one of your vb projects, add it to your references (Projects -> References...)
I know how to do that, but i want to load the DLL at runtime
hi,
y dun u use CreateObject
dim obj as Object
Set obj=CreateObject("Proj1.Class1")
wont this work?????
regds,
ashay