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
  1. Home
  2. General Programming
  3. Visual Basic
  4. How can I creat an .EXE file ? ... Thanks !

How can I creat an .EXE file ? ... Thanks !

Scheduled Pinned Locked Moved Visual Basic
questioncsharptutoriallearning
4 Posts 3 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.
  • H Offline
    H Offline
    hackerhcm
    wrote on last edited by
    #1

    How can I make an .EXE file ? for example, I creat a vb.net program that allow to type custom message on its text box. Then after click a "Make an EXE" button, a new .EXE file will be compiled and created. Of course, that new .EXE file will have the code : msgbox(Custom Message)

    C R 2 Replies Last reply
    0
    • H hackerhcm

      How can I make an .EXE file ? for example, I creat a vb.net program that allow to type custom message on its text box. Then after click a "Make an EXE" button, a new .EXE file will be compiled and created. Of course, that new .EXE file will have the code : msgbox(Custom Message)

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      I don't understand what you want. You ask a question then provide the answer.


      My: Blog | Photos "Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucius

      H 1 Reply Last reply
      0
      • C Colin Angus Mackay

        I don't understand what you want. You ask a question then provide the answer.


        My: Blog | Photos "Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucius

        H Offline
        H Offline
        hackerhcm
        wrote on last edited by
        #3

        here's my question : How Do I Compile a new .EXE file using VB.NET Application ?

        1 Reply Last reply
        0
        • H hackerhcm

          How can I make an .EXE file ? for example, I creat a vb.net program that allow to type custom message on its text box. Then after click a "Make an EXE" button, a new .EXE file will be compiled and created. Of course, that new .EXE file will have the code : msgbox(Custom Message)

          R Offline
          R Offline
          Roy Heil
          wrote on last edited by
          #4

          Let me try to interpret what you are asking for. What you want to do is create an application which creates an application. The user enters text in a textbox, and the app creates a program which displays the text in a msgbox. Is this correct? I guess if I had to do that, I would have the first app create a new .VB file with code to call a msgbox, inserting the textbox.text. Save the file, and then call the VB.Net command line compiler, vbc. Something like this: vbc NewApp.vb Roy.

          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