home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / os2sdk / os2sdk11 / tk4 / pmcap / readme < prev   
Encoding:
Text File  |  1989-02-20  |  837 b   |  24 lines

  1. Comments about PMCAP
  2.  
  3. This utility is very useful for snapshotting screen images into bitmaps,
  4. and, more especially, for seeing how a screen will look in black and
  5. white (select the Monochrome option).  Monochrome bitmaps can be saved
  6. to a Windows Paint file; however, this option only works with EGA displays.
  7. Full color shots can be saved as bitmaps.
  8.  
  9. Limitations:  This utility only snaps full screens.  To snap partial areas,
  10. please refer to the SNAP utility, or to the sample in Chapter 15 of Charles
  11. Petzold's book (BLOWUP), which snaps to the clipboard.
  12.  
  13.  
  14. File List:
  15. PMCAP        Makefile
  16. PMCAP.C        Window and Dialog Procedures
  17. PMCAP.DEF    Definition file
  18. PMCAP.EXE    Executable
  19. PMCAP.H        Resource ID header
  20. PMCAP.RC    Resources
  21. PMCAP.SYM    Symbol file
  22. PMCAP2.C    General routines to capture screen, etc...
  23. README        This file
  24.