Hi,
I have an old legacy application developed by someone else many years ago that we use day to day in our business. My boss would like to update the logos and images used within the application to give it a re-vamp. I do not know what the program was written in, but I have been able to open the application in a resource viewer (Resource Hacker) and update strings and some bitmaps.
My problem however, is that the main logos are not kept with the other bitmaps. They are under the heading of RCDATA in the resource editor (example code below). Is there any way that I can update this image to our new logo? ie. what encoding does the picture.data use so that I can save our new image with that encoding and update the executable.
object Image1: TImage
Left = 0
Top = 0
Width = 417
Height = 257
Picture.Data = {
0A544A5045474.......
Cheers
Nathan