How to switch between forms in a Windows Forms application (821773)
The information in this article applies to:
- Microsoft Visual Basic 2005
- Microsoft Visual Basic .NET (2003)
- Microsoft Visual Basic .NET (2002)
SUMMARYThis step-by-step article describes how to switch between
forms in a Windows Forms application.
To display a form, you can use either the Show method or the ShowDialog method. When you
use ShowDialog method, the form is displayed as a modal dialog box. Alternatively, you can set the Visible property of the form to True to display a form.
To hide a form, use either the Hide method or the Visible property of the Form.REFERENCESFor more information, visit the following Microsoft
Developer Network (MSDN) Web site:
Modification Type: | Minor | Last Reviewed: | 10/3/2006 |
---|
Keywords: | kbvs2005applies kbvs2005swept kbWindowsForms kbhowto KB821773 kbAudDeveloper |
---|
|