In an API callback, the LIB argument is a String containing the name of the DLL you are using. VB looks for this DLL in the windows/system directory. Is there a way for me to tell VB to look in a directory relative to the project?

There is no way for me to know what Drive this project will be on so the only way for me to be sure that this works is for me to use a relative path to the DLL.