This article is a very simple introductIOn writing a Windows Form applicatIOn for the
Microsoft.NET framework using C#. The sample applicatIOn demonstrates how to create and
layout controls on a simple form and the handling of mouse click events. The applicatIOn
displays a form showing attributes of a file. This form is similar to the properties dialog box of a
file (Right click on a file and Click on Properties menu item). Since attributes of a file will be
shown, the sample will show how to use File IO operatIOns in .NET framework.