Dynamically change a Resource string.

J

jc

Hello,

How can I programmatically change the value of string in a Resource file?

STRINGTABLE
BEGIN
ID_MY_STRING "Change this string"
END

Thanks,
-jc
 
P

Pavel A.

jc said:
Hello,

How can I programmatically change the value of string in a Resource file?

STRINGTABLE
BEGIN
ID_MY_STRING "Change this string"
END

Thanks,
-jc

a. Use BeginUpdateResource, FindResource... etc.
b. Find a 3rd party tool that does this.
c. Patch the file

Regards,
--PA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top