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

Easy question: Compile 1

Status
Not open for further replies.

GertJannie

Programmer
Nov 24, 2005
13
BE
Hi, i'm a beginner in visual languages, and now I choose visual C# to learn. But I don't know how to compile a project to an .exe
I have Visual Studio 2005 Express Edition C#

I hope someone can help a beginner like me out :)

Thx in advance

l8r
 
In visual studio -> Create a new "Windows Application" project.

You will have a class called Form1.cs which will automatically show up when you compile the project.

To compile -> Press F5 or the "Play" button located in the top toolbar of the IDE.

The .exe file is automatically created in:

YourProjectFolder/Bin/Debug
 
owkay thx allot :) and also for the fast help i will try it right now, you will see me around much here on the forum cause i'm a beginner with lots of questions, thx allot JurkMonkey
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top