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 possible to generate a exe program with programming ?
-
7Do you mean a compiler?Mateen Ulhaq– Mateen Ulhaq2010-10-26 04:35:39 +00:00Commented Oct 26, 2010 at 4:35
-
no , want to generate a .exe program which embed some information in it, and user can open and read it.MemoryLeak– MemoryLeak2010-10-26 04:42:13 +00:00Commented Oct 26, 2010 at 4:42
-
2you want to compile a word document into an EXE so that a user can open the EXE and it displays the word document?TerrorAustralis– TerrorAustralis2010-10-26 04:50:27 +00:00Commented Oct 26, 2010 at 4:50
-
@TerrorAustralis, mate, you are too funny. :)sarahTheButterFly– sarahTheButterFly2010-10-26 05:15:39 +00:00Commented Oct 26, 2010 at 5:15
-
I'm tempted to upvote it just for having the phrase 'Is it possible to generate a program with programming?' in it...TerrorAustralis– TerrorAustralis2010-10-26 05:29:16 +00:00Commented Oct 26, 2010 at 5:29
|
Show 2 more comments
1 Answer
You can use the CodeDOM namespace to create a .NET Framework EXE. Generating Source Code and Compiling a Program from a CodeDOM Graph