I'm compiling some source (it's a wpf window) with codedom. Now I want to add some resources (images) without dropping the file first. Is that possible?
If yes, how? And how can i access the images within the new application?
On request some more detailed informations:
User can enter / select some data. After that, the user can click compile which creates a custom application (wpf).
Now I want to add some image resources at compiling, so that I can create a nicer GUI for the dynamic created application.