Answer the following statements true (T) or false (F)
1) PictureBoxes can be used with .gif, .jpg, bitmaps, icons and metafiles.
2) The Directory class can be used to find specific images on the computer.
3) The GetCurrentDirectory is used to return the location of the current
working directory (the location from which the program is running).
4) The Directory class is found within the System namespace.
1) T
2) T
3) T
4) F
You might also like to view...
Case-Based Critical Thinking QuestionsCase 2Brendan has inherited a form from the person who held his job previously. His manager would like him to make some substantial changes to it in order to make it more user-friendly for the records team. Brendan, however, is not an expert in form properties, so after he opens up the property sheet, he asks you for some advice. Brendan’s boss asks him to create an entirely new form once he is done with his current project. Brendan tells her that her request is not possible. What would be one valid reason for his response?
A. She wants to use a table as the source of the data for the form. B. She wants to use an SQL statement as the source of the data for the form. C. She wants to use a query as the source of the data for the form. D. She wants to use a report as the source of the data for the form.
Case-Based Critical Thinking Questions ? Case 1: Tony's Pizza & Pasta ? Tony's Pizza & Pasta restaurant uses an application to update and display menu items and the related price information. Which of the following statements assigns the daily special of lasagna to Tuesday?
A. strDailySpecial(3, 2) = lasagna B. strDailySpecial(3, 2) = "Tuesday" C. strDailySpecial(2, 1) = "lasagna" D. strDailySpecial(3, 2) = "lasagna"