DimMeAsNewbie
Technical User
Help!
I've saved my images in the Debug folder withing my VB.NET project.
How do images appear in my picture box;
I've got this at the moment:
PictureBox1.Image = Image.FromFile("image0001.gif")
This is giving me a file path error, but the image is really does exist and the name is correct.