Re: is possible to edit/replace an embbebed resource file after compile a file? by 100
100
Tue Nov 11 08:42:52 CST 2003
Hi andre,
Since all managed resources are kept in the *.text* section of PE/COFF file,
which is readonly you cannot change the file inside the image of the
assembly on the disk. So what you should do is to keep the grid layout in
separate file (not embeded), which file you can change whenever you want.
HTH
B\rgds
100
"andre" <andremoraes@hotmail.com> wrote in message
news:%23cInRw%23pDHA.1324@TK2MSFTNGP09.phx.gbl...
> I have a grid layout embbebed when compiled, in runtime after compile the
> program, I need to change something, I can extract the file to get the
> properties, but can I edit and replace the file at runtime and update the
> resource in the compiled file?
>
> thanks aM
>
>