Build EXE

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I know this is a very elementary question but here goes

Inside Visual Studio, how do you create an EXE once you have all your forms made and working the way you want?
 
There isn't a seperate "build exe" in .NET as there was in VB 6. Whenever
you build, your assembly and .exe are constructed. You should find it in
the BIN directory of your project on disk.

Matt said:
I know this is a very elementary question but here goes:

Inside Visual Studio, how do you create an EXE once you have all your
forms made and working the way you want?
 
* "=?Utf-8?B?TWF0dA==?= said:
I know this is a very elementary question but here goes:

Inside Visual Studio, how do you create an EXE once you have all your forms made and working the way you want?

Have a look at the "Build" menu. In VB 2005 a make command in the "File"
menu will be reintroduced.
 
Back
Top