Click here to Skip to main content
15,889,877 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have to create an executable file on the fly from within my own program that would:


1. take a bunch of images
2. take a precompiled .exe
=> merge them together to create a new .exe
When I run the new .exe, it would act as a viewer for the images that I have embedded within it.


Any brilliant ideas?
Posted

1 solution

Use CodeDOM for instance: http://msdn.microsoft.com/en-us/library/650ax5cx(v=VS.85).aspx[^] or Reflection.Emit: http://msdn.microsoft.com/en-us/library/3y322t50.aspx[^].
You can also research our article database for articles on Reflection.Emit[^].

Best Regards,

-MRB
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900