Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. make exe file

make exe file

Scheduled Pinned Locked Moved C#
csharpquestion
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    ali_reza_zareian
    wrote on last edited by
    #1

    hi I want to make a program. It has an output exe file. Is it possible writing with c#.net? why not!?

    L P P 3 Replies Last reply
    0
    • A ali_reza_zareian

      hi I want to make a program. It has an output exe file. Is it possible writing with c#.net? why not!?

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      If you're asking whether or not you can run your program as an executable, then you can. Right click on your project and select Properties. Choose the Application tab, and select the Output type to be Windows Application or Console Application depending on which type you intend to deploy. If you're asking whether or not you can create an executable from your program, then you can do this as well. You need to read up on the CodeDOM[^] classes.

      "WPF has many lovers. It's a veritable porn star!" - Josh Smith

      As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.

      My blog | My articles | MoXAML PowerToys | Onyx

      A 1 Reply Last reply
      0
      • A ali_reza_zareian

        hi I want to make a program. It has an output exe file. Is it possible writing with c#.net? why not!?

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        why not ?? if you set application type to ConsoleApplication / WindowsApplication, then the output is EXE.

        1 Reply Last reply
        0
        • A ali_reza_zareian

          hi I want to make a program. It has an output exe file. Is it possible writing with c#.net? why not!?

          P Offline
          P Offline
          PIEBALDconsult
          wrote on last edited by
          #4

          The output of your program is an EXE? Search for CodeDom articles; here's a good one[^].

          1 Reply Last reply
          0
          • P Pete OHanlon

            If you're asking whether or not you can run your program as an executable, then you can. Right click on your project and select Properties. Choose the Application tab, and select the Output type to be Windows Application or Console Application depending on which type you intend to deploy. If you're asking whether or not you can create an executable from your program, then you can do this as well. You need to read up on the CodeDOM[^] classes.

            "WPF has many lovers. It's a veritable porn star!" - Josh Smith

            As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.

            My blog | My articles | MoXAML PowerToys | Onyx

            A Offline
            A Offline
            ali_reza_zareian
            wrote on last edited by
            #5

            I mean ,I can create an executable from my program.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups