Changes

Jump to: navigation, search
Creating a new Visual Studio C# Project
Once Visual Studio is running the first step is to create a new project. Do this by selecting ''New Project'' from the ''File'' menu. This will cause the ''New Project'' window to appear containing a range of different types of project. For the purposes of this tutorial we will be developing a ''Windows Forms Application'' so make sure that this option is selected. At the bottom of the window is a field for providing a project name. This will most likely display a default file name along the lines of ''WindowsFormsApplication1''. Change this to ''HelloCSharp'' and press the ''OK'' button to initiate the creation of the new project.
Once the new project has been created the main Visual Studio window will appear. At the center of this window will be a new form in which we will create the user interface for our sample C# application.
== Adding Components to the Windows Form ==

Navigation menu