Zebra0.com

csharpGlossary for C#: forms

Glossary for C#: forms

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

aboutBox: Add an About Box to a program(Lesson: Forms in C#)
   An About Box is one type of form that can be added to a program.
form custom: Custom Forms(Lesson: Forms in C#)
   In this video we create a custom form to get the days of the week the user can meet.
form custom app: Using the custom form.(Lesson: Forms in C#)
   A Form is shown modal, when closed selections are processed
form custom list: A second way of getting days.(Lesson: Forms in C#)
   Create a list of the days from the custom form
form login: Create a login form.(Lesson: Forms in C#)
   Close the program if the user and password are not correct
forms reference: Microsoft Reference(Lesson: Forms in C#)
   Forms
login form: Create a login form.(Lesson: Forms in C#)
   Close the program if the user and password are not correct
picture form: Create a picture viewer to change size of picture.(Lesson: Forms in C#)
   Add a form to display a picture.
show vs showDialog: About Box, part 2(Lesson: Forms in C#)
   Demonstrates the difference between Show() and ShowDialog()
Full Glossary