Multiple Choice
Which of the following methods is used to load a new picture into a picture box control?
A) picBox.Picture = filespec
B) picBox.Image = filespec
C) picBox.Image = Image.FromFile(filespec)
D) picBox.Picture = LoadPicture(filespec)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q67: The statement Dim pn As Pen =
Q68: With a simple combo box, the list
Q69: Which of the following expressions refers to
Q70: Which of the following is the default
Q71: The distance from the top of the
Q73: The DropDownStyle property of a combo box
Q74: What control is added to a form
Q75: When the SizeMode property of a picture
Q76: When working with the MenuStrip control, the
Q77: Which of the following expressions refers to