C_LAB1
C_LAB1
Materials:
Flash drive
PC with installed Microsoft Visual C# 2010 Express
Basic Principles:
With the use of Microsoft Visual C# 2010, you can develop a program of windows form
applications and web applications.
Procedures:
2. After clicking New Project., a new window will prompt. Select Windows Forms Application
then name your project as “CSharp Programming”. Press OK button.
Menus
Solution Explorer
Window
Toolbar
s
Code Window
Property Window
Figure 1.3 C#.NET IDE
1. Click the Start Debugging button on the toolbar. An output similar to the one shown
below will appear on your screen if you successfully run the program.
1. Click File menu then select Save All from the submenu. The Save Project dialog box
appears.
Exiting C#.Net
1. On File menu, click Exit or you can simply click the Close (X) button on the upper-right
corner of the application.