When you save your work, C# will create quite a few folders and files
for you. Click File from the menu bar at the top of the Visual
C# Express software, then Save All :
When you click Save All, you'll see the following dialogue box appear:
You can type any name you like for your project. The default Name is
ConsoleApplication1 . Have a look at the location of the project,
though:
C:\Users\Owner\documents\visual studio 2010\Projects
In XP, however, you'll see something like this:
C:\Documents and Settings\kayspc\My Documents\Visual
Studio 2008\Projects
So it's going to be saved to the "documents" folder of this
computer. In the "documents" folder you'll find another one
called Visual Studio 2010 . In this folder there will be one called
Projects .
Before clicking the S...
Comments
Post a Comment