Changes

Jump to: navigation, search

Hiding and Showing Forms in C Sharp

4 bytes removed, 16:49, 28 January 2008
Writing C# Code to Display a Non-Modal Form
== Writing C# 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