Results 1 to 3 of 3

Thread: exe file

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2001
    Posts
    335

    exe file

    How do u create an exe file in .net

    I have one form which does simple
    thing and i want to make it executable
    any help is appreciated

  2. #2
    Frenzied Member Magiaus's Avatar
    Join Date
    Mar 2002
    Location
    swamp land
    Posts
    1,267
    vs.net or just the framework?

    vs.net you click build

    framework from a command prompt you do vbc.exe from the directory your project is in with all needed switches. if you have the sdk just look it up it is explaind and i belive http://gotdotnet.com has some info on in thier tutorials
    Magiaus

    If I helped give me some points.

  3. #3
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    When you build your app (make sure it says release instead of debug), the exe is stored in the bin folder of your project folder.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width