Topic subject: Writing a Windows Form Application For .NET Framework Using
Posted: Sat Nov 08, 2008 1:32 am
Joined: Tue Nov 06, 2007 2:17 pm Posts: 847 Has thanked: 0 time Have thanks: 1 time
Project Name:
Writing a Windows Form Application For .NET Framework Using C# Programmer:Softomatix Type:Application Technology:C# IDE:NONE Description: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.