Where are screenshots saved?
A) Folder called Screenshots in the Documents folder
B) Folder called Screenshots in the Downloads folder
C) As a document on drive C, not in any folder
D) Folder called Screenshots in the Pictures Library
D
You might also like to view...
In Windows Explorer, all the panes can be turned off except the Content pane
Indicate whether the statement is true or false
Answer the following statements true (T) or false (F)
1. For a timer control named Timer1, the Timer1.Enabled event is triggered each time Timer1.Interval milliseconds elapses. 2. The timer control is invisible during run time. 3. The following statement can be used to assign the Plane.bmp image to the picBox picture box control at run time. (T/F) picBox.Image = "plane.bpn" 4. The SizeMode property of a picture box control cannot be altered at run time. 5. Pressing Ctrl+V with the cursor in a text box inserts the contents of the Clipboard at the cursor position.