I have to add reference to a dll in run time as and when required..
How can i do it??
I have tried with Declare/Call method as for other dll files in the system directory of windows.
but for other DLLs ( created by me) it gives error like
"Error during load"!!

Does anyone have any idea if something like plugins be implemented in VB