To create Microsoft Visual C# 2010 Project
 
 
 

      How to create  new Visual C# 2010  project, type Windows application.  

 


    
 
 

 The steps to create  new Project - work_VCNet10

 Run Microsoft Visual Studio 2010 Professional.
On the File menu , click New, and then click Project .... The New Project dialog box appears.
 
 
  1. In the installed Templates pane, select the Visual C#
  2. and then Select Windows Forms Application icon.
    A message appears: Type: Visual C#
                                        A project for creating an application with a Windows Forms user interface.
  3. In the Name box, type work_VCNet10 .
  4. In the Location box, type C:\
  5. Click OK.

The Windows Application create all necessary files and opens the Microsoft Visual C# 2010 project - work_VCNet10.

 

 

 List of the items associated with this project created...

 

 The codes files, created ...
 



 


Previous Home
2
Next