A GUI typically includes all of the following EXCEPT ________
A) icons B) a desktop C) hardware D) a pointer
C
Computer Science & Information Technology
You might also like to view...
Which of the following statements will remove all items from the list box?
(A) ``` lstBox.Items.RemoveAll ``` (B) ``` lstBox.Clear() ``` (C) ``` lstBox.Items.Clear() ``` (D) ``` For i As Integer = 1 To lstBox.Items.Count lstBox.Items.RemoveAt(i) Next ```
Computer Science & Information Technology
The BindingSource object provides the connection between the DataSet and the bound controls on a form.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology