Hrm.. how do you build dynamic paths in so no matter where someone unzips your program it'll find the images? (Or how do you compile the images into the .exe?)
Thanks.
Printable View
Hrm.. how do you build dynamic paths in so no matter where someone unzips your program it'll find the images? (Or how do you compile the images into the .exe?)
Thanks.
there is a property of the program called "App.Path" this will return the directory that the application is currently running from.
Alternatively you could use Image Lists or image boxes to hold the pictures (if you embed the pics in the file like this, then you will drastically reduce performance of the EXE) depending on the size of the pictures.