Exam 6: Multiform Projects

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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.

(True/False)
4.9/5
(40)

In order to make a splash screen appear when a project begins,you must designate the form that is the splash screen in the Project Designer.

(True/False)
4.9/5
(41)

Which of the following statements is NOT true?

(Multiple Choice)
4.8/5
(38)

If you have many forms in your project and you are sure you won't need a form again,it is best to use the _______ when making the form disappear.

(Multiple Choice)
4.9/5
(43)

Variables declared as _______ are available only to the one form.

(Multiple Choice)
4.8/5
(34)

The programmer cannot make modifications to the code or the objects found in the About Box template.

(True/False)
4.8/5
(35)

Use _______ to make a variable available to all classes in a project.

(Multiple Choice)
4.8/5
(34)

Forms can be used in multiple projects.

(True/False)
4.9/5
(39)

When you use the Hide method on a particular form,the form will be removed from the screen and from memory.

(True/False)
4.7/5
(28)

In order to add a new blank form to a project,select _______ from the "Project" menu.

(Multiple Choice)
4.8/5
(37)

Module-level variables can be declared as Static.

(True/False)
4.7/5
(37)

Write the statement to make the form named,MainForm,disappear and be removed from memory.

(Short Answer)
4.8/5
(39)

If you need to have a form disappear and you want it removed from memory,you should use the _______ method.

(Multiple Choice)
4.8/5
(43)

Use the _______ to display a form as modeless.

(Multiple Choice)
4.9/5
(37)

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.

(True/False)
4.9/5
(37)

When you select a form and choose "Exclude from project" from the "Project" menu,the form is removed from the project,but it is not deleted.

(True/False)
4.8/5
(42)

Message boxes allow the programmer to be very creative when displaying summary information and company logos.

(True/False)
4.8/5
(41)

The logo or window that appears when a program is loading is called the About Box.

(True/False)
4.9/5
(40)

Add a new form to a project by selecting "Add Windows Form" from the "Project" menu.

(True/False)
4.9/5
(43)

With a project that uses multiple forms,it is possible to have objects with the same name,such as ExitButton,on different forms.

(True/False)
4.8/5
(35)
Showing 41 - 60 of 69
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)