1

First thing I want to do:

I would like to know if an embedded resource file can be changed? If I had a test.htm in the resource area and in side that file i had the word "YourVariable", When i load form1 (Run program) it would change "YourVariable" that is in resource test.htm "my.resource.test" to "Hello World". I be using vb code to do this.

Last thing I want to do:

I know how to copy my.resource file to local hard drive and change the "YourVariable", but I can't copy it back in to my program my.resource file, with the updates.

In the first thing to do can this be done, edit resource file(s) in your program?

  • AFAIK, My.Resources is readonly. why not use My.Settings? – Rex Sep 05 '13 at 04:34
  • because it is a htm file in side my Resources – Atomicbreakout Sep 05 '13 at 16:01
  • 1
    if that's the case, why not use a fixed file (build action = none or content) which will be copied over your application folder (by setting copy to output directory to "Copy If Newer")? and by this you could have full control of this file. – Rex Sep 06 '13 at 02:12

0 Answers0