Introducing VB.NET Windows Forms

Introducing VB.NET 2005 Windows Forms

We will be learning in the next series of articles as part of VB.NET 2005 Free Training : Introducing Windows Forms in the following topics with code samples and screen shots.

Introducing Windows Forms

Designing Windows Application is simpler and less time consuming with Visual Basic 2005. A number of new facilities and enhancements have been made to assist the developer complete the project in time and with lesser number of errors. Windows Form is the cynosure of the Windows Application. Visual studio 2005 packs more features to the already enriched area of Windows Forms, both at design and run time. Among the several features that have been added some standout as prominent. The management of layout of the form is made easier by providing the snap lines that make it easy to align controls with other controls as the layout is formed. A new deployment technology called ClickOnce for forms is added.

Creating a Windows Application

  1. Understanding Classes, Inheritance, and Namespaces
  2. Using The System.Windows.Forms.Form class
  3. Designing a Form using Windows Forms Designer
  4. Exploring the Forms Designer generated code
  5. Using the Application class
  6. Using the MessageBox class

Setting and Adding Properties to a Windows Form

  1. Using the Visual Designer to set Windows Form Properties
  2. Setting Windows Forms Properties programatically
  3. Adding new Property to a Windows Form
  4. Using Visual Inheritance

Event Handling

  1. Handling Events by attaching a delegate
  2. Handling Events by overriding protected method of base class.

Building graphical interface elements

  1. Understanding The Graphics Object
  2. Understanding The Windows Forms Coordinate System
  3. Drawing Text on a Form
  4. Drawing Shapes

Working with images


[catlist id=175].

Related posts