I use following line to get an image file.
But when I try to use the program on another computer, I have to change the path of the picture?Code:pictureBox2.Image = System.Drawing.Image.FromFile("C:\\...")
Can anyone, please, offer another way to acquire image files?
Many Thanks...




Reply With Quote