How To Change or modify Embedded String Resource In An Assembly.

  • Thread starter Thread starter raghu sunkara
  • Start date Start date
R

raghu sunkara

Hi,
How Can i Change or Modify Embedded String Resource In An Assembly. I
Need To Modify Embedded String Resource In An Assembly.
Please Help Me.

Thanks
Raghu.
 
at design time its easy. Just delete the resource, add the new modified one
and set it to embedded resource, and rebuild.
At runtime, "not so easy".
Peter
 
hi peter,
i want to modify the resource at runtime. please tell any idea to modify
the resource at runtime even though it is not easy.

Thanks,
Raghu
 
How Can i Change or Modify Embedded String Resource In An Assembly. I
Need To Modify Embedded String Resource In An Assembly.
Please Help Me.

You have to think if you really want that.
It will probably not work in Vista, because it is not permited to change
files under "Program Files"
And if one has an antivirus running, it will complain that something is
trying to change an executable.

Unless you are writing some kind of development tool, or executable editor,
it is safer to look for a solution other than changing the executable.
 
Back
Top