Zebra0.com

csharp formsForms in C#

Forms in C#

Learn C# (C sharp) in FREE step-by-step lessons.

Module 12: Forms in C#

Up to now, you have worked with just one form.
In this lesson you will see how to add additional forms to a project.

Goals:

Objectives:

Please study the material at each of the links below.

  1. Microsoft Reference Microsoft Reference: Forms
  2. Add an About Box to a program Add an About Box to a program: An About Box is one type of form that can be added to a program.
  3. About Box, part 2 About Box, part 2: Demonstrates the difference between Show() and ShowDialog()
  4. Custom Forms Custom Forms: In this video we create a custom form to get the days of the week the user can meet.
  5. Using the custom form: A Form is shown modal, when closed selections are processed
  6. A second way of getting days A second way of getting days: Create a list of the days from the custom form
  7. Create a login form Create a login form: Close the program if the user and password are not correct
  8. Create a picture viewer to change size of picture Create a picture viewer to change size of picture: Add a form to display a picture.
GlossaryGlossary for forms lesson
Full Glossary