开发者

How to generate a exe program through programming?

开发者 https://www.devze.com 2023-01-21 04:34 出处:网络
I want to write a application which can use to generate .exe program automatically from some word and txt files.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消