"Im supposed to set the Image location for the picture box to the Images folder" -- no, what you should be doing is setting the image location to a FILE in the Images folder... not the folder itself.
Also are you doing this at runtime, or at design time? If at runtime, what does your code look like?

-tg