Changes

Visual Basic and Forms

405 bytes added, 14:48, 13 August 2007
no edit summary
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[A Simple Visual Basic Example|Previous]]<td align="center">[[Visual Basic Essentials|Table of Contents]]<td width="20%" align="right">[[Designing Forms in Visual Studio|Next]]</td>
<tr>
<td width="20%">A Simple Visual Basic Example<td align="center"><td width="20%" align="right">Designing Forms in Visual Studio</td>
</table>
<hr>
 
 
The Windows Form is a vital component in the development of any Windows-based application. Forms essentially provide the windows that make up a Windows application. In fact, the terms window and form are often used interchangeably. Forms allow the Visual Basic developer to create windows and layout controls (such as buttons, labels etc) in those forms to provide the application's user interface.