Jump to content

  •  

  • iBotModz CBox


    Photo

    Finished VB


    • Please log in to reply
    7 replies to this topic

    #1 Lewie4

    Lewie4

      Sergeant Grade 2

    • Members+

    • 442 posts
    • Joined: 05-June 08
    • Gender:Male

    Posted 15 April 2009 - 03:47 AM

    I have just finished making a program on VB and i want to know how to turn it into a .exe or whether just to use the one in the debug folder? and do I just send the .exe to them?

    #2 iBotPeaches

    iBotPeaches

      General Grade 6

    • Owner

    • 6,570 posts
    • Joined: 29-July 07
    • Gender:Male
    • Location:Kansas

    Posted 15 April 2009 - 05:02 AM

    I usually just take my EXE from the debug folder, since I never really "publish" or make it.

    If you have no external references to .DLL's you just send the .exe otherwise you need to send .exe in the folder with those .DLL's

    #3 Lockon

    Lockon

      "I never asked for this"

    • VIP

    • 1,896 posts
    • Joined: 17-June 08
    • Gender:Male
    • Location:N.Ireland

    Posted 15 April 2009 - 05:47 AM

    just press build

    #4 Lewie4

    Lewie4

      Sergeant Grade 2

    • Members+

    • 442 posts
    • Joined: 05-June 08
    • Gender:Male

    Posted 15 April 2009 - 06:45 AM

    just press build




    then send the .exe? or the full folder?

    #5 iKhaosmaster

    iKhaosmaster

      Yawn

    • Members+

    • 1,346 posts
    • Joined: 29-April 08
    • Gender:Male

    Posted 15 April 2009 - 11:46 AM

    then send the .exe? or the full folder?

    You don't have to upload the whole folder. Just the .exe unless you have any .ddl's included in the folder.

    #6 Lewie4

    Lewie4

      Sergeant Grade 2

    • Members+

    • 442 posts
    • Joined: 05-June 08
    • Gender:Male

    Posted 16 April 2009 - 04:29 AM

    You don't have to upload the whole folder. Just the .exe unless you have any .ddl's included in the folder.



    Oh thanks.

    You can lock this now :)

    #7 xXxStevenxXx

    xXxStevenxXx

      Corporal Grade 1

    • Donors

    • 202 posts
    • Joined: 29-June 08
    • Gender:Male

    Posted 16 April 2009 - 01:43 PM

    ok and whats ur progarm about?
    Topic Locked.

    #8 lostmodz26

    lostmodz26

      I am lostmodz26.

    • VIP

    • 1,153 posts
    • Joined: 12-March 09
    • Gender:Male
    • Location:Northern Louisiana

    Posted 16 April 2009 - 09:39 PM

    Sometimes your program can crash if you do that.

    Publish your program and go into the folder that you published it to, then go into the Application Files folder and then go to the folder that has the name of your program and a bunch of underscores and numbers. Go into that folder and go the file that has the name of your program and the ".exe.deploy". Rename that file and remove the ".deploy".

    If there are no DLLs that are working with your program you should have a standalone .exe file.