diceRoll.Image = Image.FromFile("D:\MYGAME\dice1.jpg")
The image is situated in the folder of the game
I am using this code 6 times to represent a dice rolling.
Problem, every time the game is played on a different machine, the path to the images needs to be changed, how can i get around this one. I want to burn it on a cd, and give to a few friends to test, but this needs to be resolved first.
Cheers