You can assign tasks to more than one recipient by typing each name in the To text box separated by a semicolon (;).
Answer the following statement true (T) or false (F)
True
Computer Science & Information Technology
You might also like to view...
Which of the following is the correct way to close a file stream named outFile?
a. outFile.close(); b. outFile.close; c. outFile.close("project.txt"); d. close(outFile);
Computer Science & Information Technology
A ____________ control is a rectangular container for other controls.
a. Combo Box b. List Box c. Group Box d. Panel
Computer Science & Information Technology