Changes

Jump to: navigation, search

Hiding and Showing Forms in Visual Basic

18 bytes added, 18:07, 19 July 2007
Creating a Visual Basic Application Containing Multiple Forms
The ''Add New Item'' window allows new items of various types to be added to the project. For this example we jusy need to add a new Windows Form to the our application. With ''Windows Form'' selected in the window click on ''Add''. Visual Studio will now display an additional tab containing the second form:
[[Image:Exampvisual_studio_two_forms.jpg]]
Switch between the two forms by clicking on the respective tabs. With Form2 visible click on the form and change the name of the form in the ''Properties'' panel to ''subForm''.

Navigation menu