Site MapHelpFeedbackTrue or False
True or False
(See related pages)

1
The ErrorMessage component can be used to display error messages directly on the form next to the field causing the error.
A)True
B)False
2
The MaxLength property can be used to limit the number of characters the user can enter into a text box
A)True
B)False
3
Setting the Uppercase property of a text box to True will force all of the user's entries to be converted to uppercase
A)True
B)False
4
To add a code snippet to a project, you select "Insert Snippet" from the context menu available in the Editor window.
A)True
B)False
5
MDI is an acronym for musical device interface
A)True
B)False
6
MDI projects have a parent form and child forms.
A)True
B)False
7
A project that has a form specified as a parent can also have forms that are child forms and forms that operate independently.
A)True
B)False
8
To create an MDI parent form, set the form's MDIParent property to true.
A)True
B)False
9
A form is made into a child window by using code at run time.
A)True
B)False
10
In VB, it is not possible to have multiple child forms
A)True
B)False







Bradley:Programming in VB 2008Online Learning Center

Home > Chapter 14 > True or False