Yes, but keep in mind the reference path needs to be in reference to the exe
file - not the source code - so you're starting in the bin folder.
FOr instance, if you access an image in the same folder as the exe you can
use "./imagename.jpg" - or leave off the "./" if you want .
But how you do that? When you press "Add Reference" button you have no field
to type something, you only can browse. Do you edit project file directly?
Check out the contents of the VB.NET project file in notepad. It will
contain a relative path and an absolute "hint path" for references, which
helps VS.NET to quickly locate the DLL when the project is opened. However,
the compiled application should be able to find the DLL if it's contained in
the application's directory.
BTW: There is a German VB.NET group available
("microsoft.public.de.german.entwickler.dotnet.vb").
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.