how do you convert a VB project into a .EXE ?

ok so im new to programming and i just made a program but i want it to be in .exe application. but i don't know how to convert it. im using Visual Basic 2008 Express Edition

(please make it detailed because im new to programming)

thanks in advanced

Comments

  • Here's what I do...

    Steps:

    1. In the Menu Bar, click BUILD

    2. Click Build <Project Name>

    3. Open the folder of your project -> OBJ -> Release

    4. You will see the exe in that folder.

    --"Use your logic for your common knowledge"--

  • You are not able to do it directly. You must put it into a player that launches from an EXE. That you would be able to, for illustration, make a VB application with a home windows Media player module that's linked to your video file so when any individual launches the exe it spawns a form which has a participant on it, which then calls the video. However you need the precise video files to be with the exe module.

Sign In or Register to comment.