Dynamically change a Resource string.

  • Thread starter Thread starter jc
  • Start date Start date
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
 
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
 
Back
Top