Exam 2: Creating Applications With Visual Basic

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

In order to delete a control from a form, you should select the control and then __________.

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

C

Which value of the SizeMode property is used to automatically adjust the size of a PictureBox control to fit the size of the image?

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

D

If a Label control's AutoSize property equals False and the label is not wide enough for the text assigned to the control, ________.

Free
(Multiple Choice)
5.0/5
(41)
Correct Answer:
Verified

C

Which of the following displays a message box with the text "Hello World"?

(Multiple Choice)
4.7/5
(32)

Which FormBorderStyle property setting causes the form to not be resizable, and it displays a thick border?

(Multiple Choice)
4.9/5
(41)

What will the following section of code do when the user clicks the btnExit button? Private Sub btnExit_Click(ByVal sender As System.Object, _ ByVal e as System.EventArgs) Handles btnExit.Click Me)Close() End Sub

(Multiple Choice)
4.8/5
(33)

How do you make a Label control's text display bold characters?

(Multiple Choice)
4.8/5
(33)

The ______property can prevent the user from resizing your application's form at runtime.

(Multiple Choice)
4.8/5
(42)

The color of the text in a Label control is determined by the ______property.

(Multiple Choice)
4.9/5
(38)

The code template for an event handler identifies it as a type of ______procedure.

(Multiple Choice)
4.7/5
(40)

Which property determines the characters that appear in the title bar of Form1?

(Multiple Choice)
4.7/5
(30)

Which of the following is not a valid value for the FormBorderStyle property?

(Multiple Choice)
4.9/5
(40)

To lock all of the controls on a form during design time, ______________.

(Multiple Choice)
4.9/5
(33)

The ______property appears in parentheses so it will appear at the top of the alphabetical Property list.

(Multiple Choice)
4.8/5
(30)

Assume you have a Button control named btnDisplayList. Which is the default name for an event procedure that will be executed when the user clicks on the control?

(Multiple Choice)
4.9/5
(37)

The ________________control uses a Label to display program status information and messages to the user.

(Multiple Choice)
4.7/5
(23)

If the Visible property of a control is set to False, it ______in the Designer window.

(Multiple Choice)
4.8/5
(40)

The properties of a control are listed in the ______window.

(Multiple Choice)
4.9/5
(38)

A label control may be added to a form by double-clicking on the Label control icon in the ______window.

(Multiple Choice)
4.9/5
(46)

When Visual Studio displays a new project, a blank form is shown in the ______window.

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

Filters

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