Home » C# Basics » 02 - Using Visual C# 2005 Express Edition
2

Closing files and project

Provides step-by-step instructions on how to open saved projects in the Visual C# IDE

Individual files in the project can be closed by clicking on the cross button. This will close the currently active tab and the file in it.

We can also choose the `Close' option from the `File' menu to close the currently active file.

To close the entire project, select the `Close Solution' option from the `File' menu. It is important to save any changes before we close the solution.