VB.NET 2005 Free Training: Designing a Form using Windows Forms Designer Window
Hits: 1179
Description: Using The System.Windows.Forms.Form class
System.Windows .Forms.Form class is the foundation class for all forms to be created. All the forms that are created in VB .NET are also inheriting from this base class. This class provides for all the facilities needed for the form. Additional functionality can be added by separate codes.
In the .NET Framework, a number of new features have been added to the Form Class and the Controls. We shall see some of the new features quickly. For most detailed information is available in the Microsoft website. We will see some of the members that have been added to Windows Forms Classes within the .NET Framework: