Words of Wisdom:

"My first pet was...Delicous..." - Essay4free

Hiding and Showing Forms in C

  • Date Submitted: 06/04/2011 08:19 AM
  • Flesch-Kincaid Score: 52.3 
  • Words: 4757
  • Essay Grade: no grades
  • Report this Essay
Hiding and Showing Forms in C#
[pic]
|Previous                 |Table of Contents                                                             |Next                     |
|C# Events and Event       |                                                                             |Creating Top-Level Menus |
|Parameters               |                                                                             |in C#                     |

[pic]

Purchase and download the full PDF version of this eBook for only $7.99  [pic]

When developing a Windows application using C# it is a fairly safe bet to assume that it 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 more likely that most of the forms will remain hidden until the user performs some action that requires a form to be displayed.

In this chapter we will cover the topic of hiding and showing forms when developing applications in C#.

|Contents                                                         |                                                                 |
| [hide]                                                         |                                                                 |
|1 Creating a C# Application Containing Multiple Forms           |                                                                 |
|2 Understanding Modal and Non-modal Forms                       |                                                                 |
|3 Writing C# Code to Display a Non-Modal Form                   |                                                                 |
|4 Writing C# Code to Display a Modal Form                       |                                                                 |
|5 Hiding Forms in C#                                             |                                                                 |
|6 Closing Forms in...

Comments

Express your owns thoughts and ideas on this essay by writing a grade and/or critique.

  1. No comments