.
SetDllDirectory adds a directory to the search path used to locate DLLs for the application.
10/11/2010 6:32:08 AM - -193.47.77.5
Click to read this page1/11/2016 12:24:48 AM - -84.13.192.191
.
static extern bool SetDllDirectory(string lpPathName);
.
Declare Function SetDllDirectory Lib "kernel32.dll" (TODO) As TODO
.
did_it_work = SetDllDirectory(@"C:\SomeWhere\");
.