Exam 7: Multiple Forms, Modules, and Menus

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

The last form created for a Windows Forms application is designated as the startup form.

(True/False)
4.9/5
(35)

Once you create a form, you do not have to re-create it to use it in another project.

(True/False)
4.8/5
(41)

When a _form is displayed, no other form in the application can receive the focus until the form is closed.

(Multiple Choice)
4.8/5
(42)

Which of the following is not true about a form's Activated event?

(Multiple Choice)
4.9/5
(35)

A context menu .

(Multiple Choice)
4.8/5
(34)

Choose the statement below that performs the comment found on line 2 of the following code segment. Dim newStudentForm As New frmNewStudent) 'Initialize AcademicYear text box on NewStudent form to 1 NewStudentForm.ShowDialog)

(Multiple Choice)
5.0/5
(41)

Which of the following will display the getStudentDataForm form such that the programming statements that follow will not execute until the getStudentDataForm is closed?

(Multiple Choice)
4.9/5
(36)

The __event occurs when a form is in the process of closing, but before it has closed.

(Multiple Choice)
4.8/5
(22)

In order to add a menu to a form, you must place a _on the form.

(Multiple Choice)
4.9/5
(39)

What is the result of the following section of code? Private Sub btnExit_ClickByVal sender As System.Object, _ ByVal e as System.EventArgs) Handles btnExit.Click Me)Close) End Sub

(Multiple Choice)
4.8/5
(32)

Standard modules are saved on disk as files that end with this extension.

(Multiple Choice)
4.7/5
(31)

An instance of a form is created using a _statement with the New keyword.

(Multiple Choice)
4.8/5
(41)

All of the following are true about standard modules except .

(Multiple Choice)
4.9/5
(44)

All of the following are true of the Show method of a form except:

(Multiple Choice)
4.7/5
(36)

It's possible to prevent a form from closing by setting __________ in the FormClosing event handler.

(Multiple Choice)
4.8/5
(42)

An event handler for a menu item is created by .

(Multiple Choice)
4.8/5
(38)
Showing 21 - 36 of 36
close modal

Filters

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