Changes

Jump to: navigation, search

Hiding and Showing Forms in Visual Basic

412 bytes added, 14:55, 13 August 2007
no edit summary
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[Understanding Visual Basic Events|Previous]]<td align="center">[[Visual Basic Essentials|Table of Contents]]<td width="20%" align="right">[[Creating a Visual Basic MDI Form|Next]]</td>
<tr>
<td width="20%">Understanding Visual Basic Events<td align="center"><td width="20%" align="right">Creating a Visual Basic MDI Form</td>
</table>
<hr>
 
When developing a Windows application using Visual Basic it is highly likely that the application will consist of multiple forms (otherwise known as windows). It is unlikely, however, that all of those forms will need to be displayed as soon as the application starts up. In fact, it is likely that most of the forms will remain hidden until the user performs some action that requires a form to be displayed.

Navigation menu