1

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 ?

7
  • 7
    Do you mean a compiler? Commented 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. Commented Oct 26, 2010 at 4:42
  • 2
    you want to compile a word document into an EXE so that a user can open the EXE and it displays the word document? Commented Oct 26, 2010 at 4:50
  • @TerrorAustralis, mate, you are too funny. :) Commented 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... Commented Oct 26, 2010 at 5:29

1 Answer 1

4

You can use the CodeDOM namespace to create a .NET Framework EXE. Generating Source Code and Compiling a Program from a CodeDOM Graph

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.