DeathB4Life
Bánned
- Joined
- Feb 4, 2006
- Messages
- 590
- Gender
- Male
- HSC
- 2006
how would i go about adding a picture so its "permanently" within the .exe file once the program is compiled.
im using the lines:
Picture1.Picture = LoadPicture("C:\picture.jpg")
but once the program is compiled into an .exe, itll only run if the file "picture.jpg" is always in the right directory.
anyone know how to solve this? ive seen another few projects with pictures saved in them and not simply a line of text saying how to find the pictures, but after about 3 hours of googling i still have no idea how to do it.
im using the lines:
Picture1.Picture = LoadPicture("C:\picture.jpg")
but once the program is compiled into an .exe, itll only run if the file "picture.jpg" is always in the right directory.
anyone know how to solve this? ive seen another few projects with pictures saved in them and not simply a line of text saying how to find the pictures, but after about 3 hours of googling i still have no idea how to do it.