Answers for Hour 5

   

Answers to Hour 5

1:

True or False: The text displayed in the form's title bar is determined by the value in the TitleBarText property.

A1:

False. The title bar text is determined by the Text property.

2:

The named color Control is what kind of color ?

A2:

A system color. System colors are determined at runtime by the user 's Windows settings.

3:

In what three places are a form's icon displayed?

A3:

In the form's title bar, in the taskbar when the form is minimized, and in the task list when the user presses Alt+Tab.

4:

A window with a smaller than normal title bar is called what?

A4:

A tool window

5:

For a Minimize or Maximize button to be visible on a form, what other element must be visible?

A5:

The ControlBox must be visible.

6:

What, in general, is the best value to use for the StartPosition property of a form?

A6:

CenterParent

7:

To maximize, minimize, or restore a form in code, you set what property?

A7:

The WindowState property

8:

True or False: To display a form, you must create a variable in code.

A8:

True

9:

What property do you set to make a hidden form appear?

A9:

The form's Visible property.


   
Top


Sams Teach Yourself C# in 24 Hours
Sams Teach Yourself Visual Basic 2010 in 24 Hours Complete Starter Kit (Sams Teach Yourself -- Hours)
ISBN: 0672331136
EAN: 2147483647
Year: 2002
Pages: 253
Authors: James Foxall

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net