Exam 9: Additional Controls and Objects

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

A form contains a button called btnDisplay, and the following code is placed inside btnDisplay's Click event procedure. At run time, identical values will be displayed for num1 and num2 in the message box. Dim num1, num2 As Integer num1 =rndNumNext(0,3)= \operatorname { rndNum } \cdot \operatorname { Next } ( 0,3 ) num2 == rndNum. Next (0,3)( 0,3 ) MessageBox. Show (nam1 & " " & num2)

(True/False)
4.8/5
(36)

After a ToolTip control has been placed into the component tray of the Form Designer, the message that appears when the mouse hovers over a text box is set with which of the following properties?

(Multiple Choice)
4.8/5
(35)

Forms only can be closed with statements of the form Me.Close.

(True/False)
4.8/5
(36)

Which of the following statements will remove all items from the list box?

(Multiple Choice)
4.8/5
(37)

Which of the following controls is NOT used to select an item from a list?

(Multiple Choice)
4.7/5
(41)

The largest possible value for the Value property in a scroll bar is determined by

(Multiple Choice)
4.8/5
(39)

Which of the following settings of a timer's Interval property will raise a timer event every 5 seconds?

(Multiple Choice)
4.8/5
(31)

The correct code for replacing the selected text in txtBox with the contents of the Clipboard is:

(Multiple Choice)
4.7/5
(35)

After a ToolTip control has been placed into the component tray of the Form Designer, the setting of what property determines how long a tooltip will remain visible when the mouse hovers over a text box?

(Multiple Choice)
4.8/5
(36)

In a Simple combo box, the list is always visible.

(True/False)
4.9/5
(39)

The first form loaded when a program starts running is called the _ form.

(Multiple Choice)
4.9/5
(29)

The statement Clipboard.SetText(str) replaces the current contents of the Clipboard with the value of str.

(True/False)
4.8/5
(30)

The statement gr.FillRectangle(Brushes.Red, 10, 20, 30, 40) draws a solid rectangle of width 40 pixels.

(True/False)
4.8/5
(38)

For a list box named lstBox, the following statement will delete from its list the item whose index is the value num.

(True/False)
4.9/5
(45)

The value of cboBox.Text is the currently highlighted item.

(True/False)
4.9/5
(33)

The sector of a circle with start angle 90 and sweep angle 180 consists of the left half of the circle.

(True/False)
4.8/5
(36)

The radius of the circle drawn by the statement gr.DrawEllipse(Brushes.Red, 10, 20, 40, 40) is

(Multiple Choice)
4.9/5
(36)

MenuStrip controls respond to which one of the following events?

(Multiple Choice)
4.8/5
(34)

The value of cboBox.Text is the contents of the text box at the top of the combo box.

(True/False)
4.8/5
(41)

The__________ control is used to print a form.

(Multiple Choice)
5.0/5
(43)
Showing 41 - 60 of 90
close modal

Filters

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