Give a statement that displays the value of the string variable strVar with yellow letters.
(A) ``` gr.DrawString(strVar, Me.Font, Yellow, 50, 50)
```
(B) ``` gr.DrawString(strVar, Me.Font, Brushes.Yellow, 50, 60)
```
(C) ``` gr.DrawString(strVar, Me.Font, Pens.Yellow, 50, 60)
(D) gr.DrawString(strVar, Me.Font, Color.Yellow, 50, 60)
```
(C) ``` gr.DrawString(strVar, Me.Font, Pens.Yellow, 50, 60)
You might also like to view...
Which is true of a wireless mesh network?
A. they use only autonomous APs B. each AP communicates directly to the wired network C. only one AP must be connected to the wired network D. a maximum of 10 APs can be on each network
Why is it easier to test color schemes for a design if you use a computer?
A. Because it looks cooler B. Because you have the possibility to test different color schemes very easily C. Because colors look more natural on a screen D. Because with the computer, you can select the specific color you want
When Print is clicked from the File tab, the right side of the Print pane is a ________
A) preview of the page to be printed B) review of document properties C) list of possible printers D) list of Page Setup settings
Which of the following is NOT an I/O task performed by the operating system?
A. handles output to the monitor B. executes program instructions C. manages network communication D. controls information storage and retrieval