Changes

Jump to: navigation, search

Hiding and Showing Forms in Visual Basic

4 bytes removed, 16:50, 28 January 2008
Writing Visual Basic Code to Display a Non-Modal Form
Close the running application.
== Writing Visual Basic Code to Display a Non-Modal Form ==
We will now modify the event procedure for the button to create a modal form. To do so we need to call the ''ShowDialog()'' method of the ''subForm''. Modify the ''Click'' event procedure of the ''mainForm'' button as follows:

Navigation menu