Hi,
Try putting all other files in the BIN folder of your project/solution as
i've been told by my lecturer, that is the 1st place the Visual Studio IDE-compiler
looks for files.
Try also ( if you wish ), files in the main folder of your project/solution.
You would only need to put the fileName only in commands with file operations in then.
E.g. ("myFileName.gif") instead of the full path to it.
Regards,
S_DS
Yes, that'll work for viewing the program on my local machine; but I'm distributing this program, and other people aren't going to put these images in that folder.
I've got images that are packed with the program from prior publishes, but I recall having more options in the 'Persistence' box back then. I had to switch computers for this project, and I'm afraid a lot of stuff got thrown off.
I really need to be able to pack these images with the distribution of the program; any help is appreciated.
Hi,
The idea i gave is the one my lecturer at university told us,
as a result She and the rest of the students pack a project/solution into a ZIP file
by just archiving the one project/solution folder.
Can you not do the same?
Regards,
S_DS