Quote Originally Posted by techgnome View Post
"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
Im doing it on design time. But I have 6 different images so how would all of those be one location if its not the folder?