Well, I’m using UpdateResource to embed a file to an executable file.
It works correctly but I want to know whether or not it is possible to show the update progress using a ProgressBar?
Well, I’m using UpdateResource to embed a file to an executable file. It works
Share
Since there’s no callback function passed in, there’s no way to receive progress information. In addition, UpdateResource doesn’t actually update the file until you call EndUpdateResource, so during calls to UpdateResource there’s actually no progress to report anyway.
From MSDN: