.NET Form - Answers to .NET Form interview questions(VB/C#)

Forms provide a User Interface (UI) to give the applications a look and feel. Forms provide properties, methods, and events for the controls they contain...
The common properties that all of the controls on form have are: Font, ForeColor, Modifiers, TabIndex....
First a form object is created using the constructor. The form is then loaded and then its layout is initialized....