Zebra0.com

csharp controlsControls in C#

Controls in C#

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

Module 02: Controls in C#

Controls such as labels, text box, and buttons are added to the form.

Goals:

Objectives:

Please study the material at each of the links below.

  1. Microsoft Reference Microsoft Reference: C# Toolbox, Controls on Windows Forms
  2. Controls Controls: Adding controls to the form and change a few properties
  3. Ambient Properties for a Uniform Look Ambient Properties for a Uniform Look: Change font and colors of form first: When control is added it will have those same values
  4. Adding Pictures with PictureBox Adding Pictures with PictureBox: An animated gif is added to a picture box.
  5. Pictures with Other Controls Pictures with Other Controls: In additon to the form and picture boxes,
    images can also be added to other controls such as label and button.
  6. Adding Tool Tip to controls Adding Tool Tip to controls: Tool tips are the small words that appear when you move the mouse over a control
  7. Image alignment and text alignment: Image and text can be placed in one of 9 positions.
  8. Hot Spots Hot Spots: Labels are arranged over a picture to create hot spots to show parts of computer
  9. Naming controls: Give controls meaningful names such as picComputer or lblInstructions
  10. List of Controls: A list of some of the most common controls, names and use
GlossaryGlossary for controls lesson
Full Glossary