I have a project which uses the 'LoadPicture' function to populate a picturebox with several images.
What command can be used to ensure that these images are included with the executable file when it is created,so that it will function okay on any PC without having to copy the image files to that PC?
Also is there any way to include the icon image files with my project so that I can work on two PC's in Visual Studio.
When I use the second PC at work all of the icons are not loaded and VB reports an error because it is looking in the file locations for my home PC.
This does not appear to be a problem when running an executable!
Any general guidance on these matters appreciated.
Thanks
What command can be used to ensure that these images are included with the executable file when it is created,so that it will function okay on any PC without having to copy the image files to that PC?
Also is there any way to include the icon image files with my project so that I can work on two PC's in Visual Studio.
When I use the second PC at work all of the icons are not loaded and VB reports an error because it is looking in the file locations for my home PC.
This does not appear to be a problem when running an executable!
Any general guidance on these matters appreciated.
Thanks