To get to the "Add a Printer" Wizard in Windows XP with the Start menu set to Windows XP mode, you would:
a. Click Start | Control Panel | Printers and Faxes | Add a Printer
b. Click Start | Settings | Printers and Faxes | Add a Printer
c. Click Start | All Programs | Add a Printer
d. Right-click My computer and choose the Add a Printer icon
Answer: a. Click Start | Control Panel | Printers and Faxes | Add a Printer
You might also like to view...
You can watch a movie that you created on TV by using ________
Fill in the blank(s) with correct word
Answer the following statements true (T) or false (F)
1. If no item in a combo box is selected, the value of lstBox.SelectedIndex is 0. 2. The value of cboBox.Text is the currently highlighted item. 3. For a list box named lstBox, the following statement will delete the first occurrence of the value of num from its list. lstBox.Items.RemoveAt(num) 4. For a list box named lstBox, the following statement will delete from its list the item whose index is the value num. lstBox.Items.RemoveAt(num) 5. With a Simple combo box, the list drops down when the user clicks on the arrow and then disappears after a selection is made.