I want to make a screen saver, I want to allow any user to download this screensaver form my website.
The generated .EXE is afterwords converted into the .SCR file. And it is working as a screensaver very well.
Right now my application is making many .exes during run time.
It is taking images from google and then using these images I'm making a screensaver which is nothing but a sequence of images displayed after perticular time interval.
So I want to dynamically add it to the Resources.resx or my image's build action to Embedded resources.
Reply.
The generated .EXE is afterwords converted into the .SCR file. And it is working as a screensaver very well.
Right now my application is making many .exes during run time.
It is taking images from google and then using these images I'm making a screensaver which is nothing but a sequence of images displayed after perticular time interval.
So I want to dynamically add it to the Resources.resx or my image's build action to Embedded resources.
Reply.