Exam 7: Multiple Forms, Modules, and Menus

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

Explain the nature of the reference to errorForm in the following code: Dim errorForm As New frmError)

Free
(Multiple Choice)
4.9/5
(36)
Correct Answer:
Verified

D

The primary reason to use standard menu items, such as File, Edit, and Help is _.

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

D

A menu item may be executed by a user in each of the following ways except .

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

D

What property must be set on a menu item to have the user activate that option by pressing Ctrl + C on the keyboard?

(Multiple Choice)
4.9/5
(44)

What is the best way to share functions across more than one project?

(Multiple Choice)
4.7/5
(33)

A module-level variable declared Public is also known as a _variable.

(Multiple Choice)
4.8/5
(29)

Any form in a Windows Forms application can be designated as the startup form.

(True/False)
4.8/5
(40)

When a menu control's property equals True, a check appears next to the menu item.

(Multiple Choice)
4.8/5
(33)

Which of the following statements disables the Copy menu item named mnuCopy?

(Multiple Choice)
4.9/5
(34)

The best approach to move a menu item with an existing Click event to a new location is:

(Multiple Choice)
4.9/5
(32)

A variable is accessible to statements outside the form if declared .

(Multiple Choice)
4.9/5
(28)

The best method to maintain consistency when renaming a form is to .

(Multiple Choice)
4.9/5
(33)

How do you insert a separator bar into a menu?

(Multiple Choice)
4.7/5
(40)

A form's _event is triggered when the user switches to the form from another form or another application.

(Multiple Choice)
4.9/5
(39)

When creating a form in Visual Basic, code associated with that form is stored in a file with a _extension.

(Multiple Choice)
4.9/5
(42)

All of the following are true about the Hide method of a form except:

(Multiple Choice)
4.9/5
(37)

When a project executes, its _is automatically displayed.

(Multiple Choice)
4.9/5
(40)

Which of the following is not true about a form's class declaration?

(Multiple Choice)
4.7/5
(34)

If the user should not be able to access an item that appears on a menu, set its property to __.

(Multiple Choice)
4.8/5
(28)

Which of the following statements most accurately describes the Me keyword?

(Multiple Choice)
4.8/5
(43)
Showing 1 - 20 of 36
close modal

Filters

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