Exam 6: Multiform Projects

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

If you need to have a form disappear but remain available in memory,you should use the _______ method.

Free
(Multiple Choice)
4.8/5
(35)
Correct Answer:
Verified

C

About boxes are typically displayed by selecting "About" from the "Help" menu.

Free
(True/False)
4.8/5
(44)
Correct Answer:
Verified

True

The form's Load event occurs each time the form is displayed.

Free
(True/False)
4.9/5
(37)
Correct Answer:
Verified

False

If the programmer adds a Splash Screen template to a project,it will automatically be displayed for five seconds when the program begins loading.

(True/False)
4.8/5
(36)

To add a form from another project into your project,select _______ from the "Project" menu.

(Multiple Choice)
4.8/5
(38)

The number of forms allowed in a Visual Basic project is virtually unlimited.

(True/False)
4.9/5
(41)

Write the statement to declare a constant that can be used in multiple forms and that will hold the ABC company name.

(Essay)
4.7/5
(42)

An About box should be closed,but a form that displays summary information may simply be hidden.

(True/False)
4.7/5
(32)

When a project begins,the first form to display is called the _______.

(Multiple Choice)
4.8/5
(34)

When you create and run an application,_______.

(Multiple Choice)
4.9/5
(36)

Each form is a separate file in the project folder.

(True/False)
4.8/5
(34)

Use the _______ if you want to require the user to respond to the form that is displayed before continuing.

(Multiple Choice)
4.8/5
(28)

If you want to make sure that the focus is in the correct object when a form displays,you should write code in the form's _______ event.

(Multiple Choice)
4.8/5
(42)

Multiple forms are allowed in Visual Basic projects.

(True/False)
4.9/5
(36)

When a form is displayed as __________________,the user is prevented from accessing any other form,even if another form is visible.

(Multiple Choice)
4.9/5
(35)

In order to add a template for a splash screen to a project,select _______ from the "Project" menu.

(Multiple Choice)
4.8/5
(35)

Most Windows programs contain an About box.

(True/False)
4.7/5
(44)

The _______ is available in most Windows programs and usually displays information about the program version as well as the company name.

(Multiple Choice)
4.9/5
(36)

Give an example of when you might want to hide a form instead of closing it.Explain why hiding would be better than closing the form.

(Essay)
4.7/5
(34)

The _______ is found in the Project Designer and contains the information about the program title,program version,programmer,and company.

(Multiple Choice)
5.0/5
(45)
Showing 1 - 20 of 69
close modal

Filters

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