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

1
Multiple forms are allowed in Visual Basic projects
A)True
B)False
2
Message boxes allow the programmer to be very creative when displaying summary information and company logos
A)True
B)False
3
With a project that uses multiple forms, it is possible to have objects with the same name, such as ExitButton, on different forms
A)True
B)False
4
The number of forms allowed in a Visual Basic project is virtually unlimited
A)True
B)False
5
The first form a project displays is called the default form
A)True
B)False
6
Add a new form to a project by selecting "Add Windows Form" from the "Project" menu
A)True
B)False
7
Each form is a separate class in the project
A)True
B)False
8
Each form is a separate file in the project folder
A)True
B)False
9
Forms can be used in multiple projects
A)True
B)False
10
When copying form files from another project, only copy the file with the .vb file extension and VB will automatically copy the form files with the Designer.vb extension and the .resx extension
A)True
B)False







Bradley:Programming in VB 2008Online Learning Center

Home > Chapter 6 > True or False