Wednesday, January 7, 2009

Winform Windows Forms Articles And Tutorials

Introduction to Winforms WinForms is a programming model used to create Windows Applications. .NET framework offers base classes for building Windows applications. Most of the functionality for these classes is in the System.Windows.Forms namespace. The Visual Studio is used to design these applications visually, and to automatically generate the code.More.....

Serialization Before we begin with main program let us now see how to attach a menu to a blank form. Carry out the following steps:More.....

A Simple Winform - Windows Form Lets look at a better program now, which takes in some information about an employee and displays out the same. We plan to add the following Controls in our program.More.....

Image Explorer Application using WinformIn this program we have used 4 controls viz: a TreeView Control, a ListView Control, a Panel, and a PictureBox. The TreeView Control is used to explore directories and files. The ListView control is used to display the list of all the ‘.bmp’, ‘.jpg’, and ‘.gif’ files. The PictureBox is used to display the file selected in the ListView. The Panel is used to make the PictureBox scrollable.More.....

Building Custom Control For WinformBesides the standard controls we may wish to create our own controls. For e.g. the existing controls might not fulfill our application’s needs. So these are nothing but user-defined controls..More.....

0 comments:

Your Title