How to generate a exe program through programming?
I want to write a application which can use to generate .exe program automatically from some word and txt files. How can I implement this ? Is it possibl开发者_运维问答e to generate a exe program with programming ?
You can use the CodeDOM namespace to create a .NET Framework EXE. Generating Source Code and Compiling a Program from a CodeDOM Graph
精彩评论