I use following line to get an image file.

Code:
pictureBox2.Image = System.Drawing.Image.FromFile("C:\\...")
But when I try to use the program on another computer, I have to change the path of the picture?

Can anyone, please, offer another way to acquire image files?

Many Thanks...