Search code examples
c#resourcesembedded-resource

change embedded resource file during runtime


I have a written a program that uses a resource (embedded TEXT file) for the programs default configuration. i want to be able to allow users to change this default behavior. i would like to know how to modify the embedded resource file so that following times program is used it would use the modified version.

appreciate the help


Solution

  • I think what you are looking for is a settings file. The embedded resources are compiled into your exe/dll and are not meant to be modified.