I have a need to update (replace) the resource (bitmap image) in my C++ executable. I found an article showing how, but it shows how to update it from a file on disk, and I'd sooner update it from another resource, which is the executable that will be doing the update (patch). I'm having a bit of trouble finding out if it's even possible, so I'm hoping someone might know the answer, have a link to info or something similar. Appreciate your reading, thanks.