No , I don't want to follow that pattern .
My application is creating so many .EXE at run time, using ICode dome compiler's help.
I want user to download the already generated .EXE .
Two alternatives are as follows:
1. To add images in Resources.resx at runtime since the images are also taken at run time.
2. change the image property Build Action to Embedded Resources.
Do you know how to add resources image at runtime or change the image file property at runtime.
My application is creating so many .EXE at run time, using ICode dome compiler's help.
I want user to download the already generated .EXE .
Two alternatives are as follows:
1. To add images in Resources.resx at runtime since the images are also taken at run time.
2. change the image property Build Action to Embedded Resources.
Do you know how to add resources image at runtime or change the image file property at runtime.