home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / w3_prog / prncdlg.arj / README.TXT < prev   
Encoding:
Text File  |  1992-03-03  |  513 b   |  13 lines

  1. This sample demonstrates the usage of new printing API available
  2. in Windows 3.10.  The sample demonstrates the SetAbortProc(), 
  3. StartDoc(), EndDoc(), StartPage(), and EndPage() printing API.
  4.  
  5. The sample also demonstrates how to use the ChooseFont and Print
  6. common dialogs.  The sample allows the user to pick a font and
  7. display a line of text using that font to the screen.  Also, the
  8. user can print out the same line of text to a printer selected
  9. through the Print common dialog.
  10.  
  11. Don Miller
  12. 1-6-92
  13.