Solved

Case 1 - Frames Unlimited

Question 35

Multiple Choice

Case 1 - Frames Unlimited
Frames Unlimited is a wholesale picture and poster frame business. Frame data is stored in sequential access files that contain four columns: item number, item name, size, and price.
-Which of the following statements removes the selected line in the list box?


A) lstPosters.Items.DeleteAt(lstPosters.SelectedIndex)
B) lstPosters.Items.Remove(5)
C) lstPosters.Items.Remove("16x20")
D) lstPosters.Items.RemoveAt(lstPosters.SelectedIndex)

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions