I have what might be a simple question. I am new with VB, and I have

noticed that while running my App through the VB environment, the path is

set to the VB directory. However, the release App will have a different

initial path. (This comes into play with my DLL's. For the final app,

the EXE and the DLL will be in the same folder, so I would like to use

"MyDLL" as the lib, but while debugging I must use "C:\FullPath\MyDll.dll".)


So, Is there a way to tell the environment where to start the initial path?