Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating an Executable in VB 2005

Status
Not open for further replies.

hedgracer

Programmer
Mar 21, 2001
186
US
I am going crazy trying to figure out how to make an executable file in VB 2005. This was so easy in VB 6.0 and VB 2003. Can anyone lead me in the right direction on how to set up a .exe file? Thanks

Dave C.
 
Create a new project of type Windows Application (for a GUI app) or Console Application (for a character-mode app).

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Any time you build or run an application there is an executable created. Browse to your solution's folder and open the \Bin\ folder. Inside you should see all of the assemblies. If the run/build was a debug build, you'll also see all the debugger and attached files.

-Rick

VB.Net Forum forum796 forum855 ASP.NET Forum
[monkey]I believe in killer coding ninja monkeys.[monkey]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top