I have to modify from my application a bitmap resource from the resource of an executable module. I use FindResource(), LoadResource(), LockResource(), BeginUpdateResource(), UpdateResource and EndUpdateResource() API files but I can't modify the locked data. How can I do this and how can I display the data read?

Thanks.