How to make visual basic program an exe?

Asked By Mahmoud
01-Sep-10 10:37 AM
Earn up to 0 extra points for answering this tough question.
Im using microsoft visual basic 2008 express edition, and i cant figure out how to change the script i made into an executable. Please help

  re: How to make visual basic program an exe?

Sasha Kotlo replied to Mahmoud
01-Sep-10 10:41 AM
Well to build an exe file you need to use the Build menu in the top menu bar. Click Build <ProjectName> and afterwards depending on the current configuration of your project (Release or Debug) your .exe file will be stored inside the folder where your project is stored. You will find a bin directory there and inside of it a Debug or Release folder (depending of the configuration as I said).

Regards.

  re: How to make visual basic program an exe?

Mahmoud replied to Sasha Kotlo
01-Sep-10 10:43 AM
thanks for your help
Create New Account