Site MapHelpFeedbackMultiple Choice Quiz
Multiple Choice Quiz
(See related pages)

1
The best location for validation code is the _____________ event of a control.
A)Enter
B)GotFocus
C)Leave
D)Validating
2
Small samples of code that show common programming tasks are:
A)Sample projects
B)Tutorial content
C)Code snippets
D)All of the above
3
Which of the following is not an option for the layout of MDI child forms?
A)Tile.Vertical
B)ArrangeAll
C)Cascade
D)Tile.Horizontal
4
4. The selected date in a DateTimePicker control can be found in the ____________ property.
A)Text
B)Date
C)Value
D)SelectedDate
5
Testing for an Enter key occurs in the _____________ event.
A)KeyDown
B)KeyPress
C)KeyUp
D)Any of the above







Programming in VB .NET 2005Online Learning Center

Home > Chapter 14 > Multiple Choice Quiz