C
# Cyrille37 #
Hello,
I would like to write a little C# program that store some text inside a
resource, without a external file storage.
For example :
- an auto extracting zip file
- or a auto decrypt gnupgp file.
I'm trying to add a resource to an existing assembly, but I failed.
I've only found how to create a new assembly, but not change a existing one.
Any idea ?
Thanks a lot,
cyrille
I would like to write a little C# program that store some text inside a
resource, without a external file storage.
For example :
- an auto extracting zip file
- or a auto decrypt gnupgp file.
I'm trying to add a resource to an existing assembly, but I failed.
I've only found how to create a new assembly, but not change a existing one.
Any idea ?
Thanks a lot,
cyrille