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

1
Multiple forms are allowed in C# 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
The number of forms allowed in a project is virtually unlimited.
A)True
B)False
4
The first form a project displays is called the default form.
A)True
B)False
5
Add a new form to a project by selecting Add Windows Form from the Project menu.
A)True
B)False
6
Each form is a separate class in the project.
A)True
B)False
7
Each form is a separate file in the project folder.
A)True
B)False
8
Forms can be used in multiple projects.
A)True
B)False
9
When copying form files from another project, only copy the file with the .cs file extension and VS will automatically copy the form files with the Designer.cs extension and the .resx extension.
A)True
B)False
10
When adding a form from another project, you should copy the form's files into the project folder and then select Add Existing Item from the Project menu.
A)True
B)False







Programming in Visual C# 2005Online Learning Center

Home > Chapter 6 > True or False