Here is something else.....

If there is an external file, dll, image, etc that you want to keep with your project at all times, then right click on your solution name and click on add --> Existing Item. Find the file you want and add it to your list. Then in solution explorer, right click on the file and then choose properties. Under properties there is an item that is called "Copy to Output Directory" with 3 options: Do Not Copy, Copy Always and Copy if Newer. This guarantees that the file will stay with your project. This is particularly useful if files are always shifting around or you make specific changes to files for various projects because you will always have the correct ones with your project.


D