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...

Which of the following is the state bit that is set when an attempted operation fails?

a. ios::failbit b. ios::badbit c. ios::hardfail d. ios::goodbit e. None of these

Computer Science & Information Technology

In query Design view, the query design grid shows the tables that will be used in the query

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following are closed source, proprietary operating systems? (Select TWO.)

A. Mac OS X High Sierra B. openSUSE Linux C. Ubuntu Linux D. Windows 10 Home

Computer Science & Information Technology

The DNS server that clients talk to directly is called the authoritative DNS server

a. true b. false

Computer Science & Information Technology