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)
(C) picBox.Image = Image.FromFile(filespec)
Computer Science & Information Technology
You might also like to view...
You can use a ________ to indicate specific locations in a video
A) bookmark B) link C) vector graphic D) tab
Computer Science & Information Technology
Which feature displays the formatting of the style moused over in the Cell Styles gallery on the selected cells in the worksheet?
A) Print Preview B) Display Preview C) Live Preview D) Layout Preview
Computer Science & Information Technology