Changes

Jump to: navigation, search

Understanding Visual Basic Events

426 bytes added, 14:53, 13 August 2007
no edit summary
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[Designing Forms in Visual Studio|Previous]]<td align="center">[[Visual Basic Essentials|Table of Contents]]<td width="20%" align="right">[[Hiding and Showing Forms in Visual Basic|Next]]</td>
<tr>
<td width="20%">Designing Forms in Visual Studio<td align="center"><td width="20%" align="right">Hiding and Showing Forms in Visual Basic</td>
</table>
<hr>
 
In the days before graphical environments such as Microsoft windows, applications were developed using a procedural approach. This meant that the path a user would take through an application was dictated by the programmer at the point the application was developed. For example. the application might display a menu listing several options, and prompt the user to select an option. Depending on the user's selection, the application might display a data input screen in which data would need to be entered in the order in which the fields were displayed on the screen. Once the data was entered the user would then be able to press a key to save the data and return to the menu screen again.

Navigation menu