Zebra0.com

csharp introductionC# Windows Forms Programming

C# Windows Forms Programming

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

Quiz on Introduction to C#

After doing all parts of the lesson you should be able to answer these questions.

Write down the answers first. Click the check to check your answer.

GUI stands for answer

   graphical user interface

An object combines both data and answer

   events

How do you start a new project? answer

   From the menu select File, New Project, C#, Windows Form Application

What does it mean if a button on the toolbar is gray? answer

   The button is disabled. That choice is not available.

What happens when you pause the mouse over a button? answer

   The tooltip appears.

What does the button Run do? answer

   It runs the program.

When the form is selected you will see... answer

   Handles on the corners and edges and a blue border.

Text and BackColor are examples of answer

   properties

The value of the Text property can be changed by answer

   typing a new value

The ellipsis button indicates that a property can be changed by answer

   Selecting a file

The drop arrow button indicates that a property can be changed by answer

   Selecting from a drop down list

How do you keep a background image from tiling? answer

   Select a different value for the BackgroundImageLayout property.

How do you remove the picture from the form? answer

   Select the value and press the delete key.

What does the SaveAll button do? answer

   Saves the project.

How do you close a project? answer

   From the menu select File, Close solution.

Are animated gifs animated as a background image? answer

   No

Please review the material for any questions you miss.