Connecting Tech Pros Worldwide Forums | Help | Site Map

Make EXE

Newbie
 
Join Date: Mar 2007
Posts: 3
#1: Mar 22 '07
Hello, I recently installed Visual Studio 2005 and I am wondering how do you actually make a simple .exe from Visual Basic.

I remember in VB6 you just went file and make exe.....How do I do this in 2005??

Any help would be grateful, thanks.

Newbie
 
Join Date: Mar 2007
Posts: 3
#2: Mar 22 '07

re: Make EXE


Is there anyone out their please who can help me? =(
Member
 
Join Date: Mar 2007
Location: The Netherlands
Posts: 37
#3: Mar 22 '07

re: Make EXE


Hi pal,
To make the project goto "Build".
well HTH
peace
SammyB's Avatar
Moderator
 
Join Date: Mar 2007
Location: Springfield, Ohio
Posts: 729
#4: Mar 22 '07

re: Make EXE


Quote:

Originally Posted by hairzo

Hello, I recently installed Visual Studio 2005 and I am wondering how do you actually make a simple .exe from Visual Basic.

I remember in VB6 you just went file and make exe.....How do I do this in 2005??

Any help would be grateful, thanks.

Ah VB6, the good old days!
When you do a build with the default settings (just press F5), VS now builds the exe in the .\bin\Debug directory beneath you source code. ;o)>>Sam
Newbie
 
Join Date: Mar 2007
Posts: 3
#5: Mar 23 '07

re: Make EXE


Cheers guys.
Reply