G
Guest
Hello, I have a Windows Application that needs to load multiple image files
in response to users clicking buttons. Currently, I just have these images
as .jpg files on disk, but I don't want to have to migrate the files
everywhere that the executable is installed. Is there a way to add them to a
Visual Studio solution/project so that they are embedded in the application
somehow? If so, how do I access the images when needed?
Thanks,
Don
in response to users clicking buttons. Currently, I just have these images
as .jpg files on disk, but I don't want to have to migrate the files
everywhere that the executable is installed. Is there a way to add them to a
Visual Studio solution/project so that they are embedded in the application
somehow? If so, how do I access the images when needed?
Thanks,
Don