� Download demo project and source files - 18 Kb Introduction This article is a very simple introduction on 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
What is the starting point
Like every Win32 application source, we will start with the inclusion of some header files
C# does not make use of header files; it uses namespaces to accomplish this