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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

creating an .exe in VIsual Basic .NET 1

Status
Not open for further replies.

Malasportula

Instructor
Dec 21, 2004
2
US
Hi I recently began working with Visual Basic .NET after working many years in Visual Basic 6. The problem is that I have no idea how to create an .exe. I was wondering if you could give me a step by step on how to create an .exe in .NET. Thanks a lot.
 
Anytime your application is Built you have a new .EXE file.

open explorer and browse to the folder that your project is in. There should be a \Bin folder with in it. In that folder there should be a compiled version of everything you need to run your app (not sure about COM components though). There may be a \Debug and \Release folder depending on your settings also.

-Rick

----------------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top