The manager has told you to develop a Microsoft Windows Forms application which has printing capabilities.
From which of the following base should you derive you class to create a class that will show you the required dialog box?
A.
PageSetupDialog
B.
PrintControllerWithStatusDialog
C.
PrintDialog
D.
PrintPreviewDialog
Explanation:
You should get you class from the PrintControllerWithStatusDialog.
This will allow you to extend the PrintController.Incorrect Answers:
A: The PageSetupDialog present the standard Page Setup dialog box. The dialog box does not show the status of a print.
C: The PrintDialog shows the Print dialog box.
D: The PrintPreviewDialog shows the Print Preview dialog box. This will not display the status of the print job.
D: Display a Print Preview window in Windows applications.