Forms In VB.NET
Forms In VB.NET ?
Explanation
Visual Basic Forms
Forms in Visual Basic.net 2008 are the basic object used to develop an application, it also contains the coding as well as
the controls embedded in it.
Following is the screenshot of a Form in Visual Basic.net 2008.
Forms is created by default when a
Project is created with a default name
Form1. Every form has its
own Properties, Methods and Events. Usually the form properties name, caption are changed as required, since multiple forms will be
used in a Project.