home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / os2sdk / os2sdk12 / clipview / readme < prev   
Encoding:
Text File  |  1989-11-20  |  1.0 KB  |  27 lines

  1. Information about CLIPVIEW
  2.  
  3. ClipView allows the user to browse the contents of the clipboard.  It
  4. demonstrates several things:  How to process clipboard formats, how to
  5. handle scroll bars (in the BITMAP case), how to use listboxes effectively
  6. (the Render... dialog box), how to save > 64K BITMAP files (as Linefrac
  7. does), how to use metafiles, and how to create and use the multi-line
  8. edit control.
  9.  
  10. There is a lot of additional functionality which can be added to the
  11. clipboard viewer (see the PROBLEMS file which has been included).
  12.  
  13. NOTE:    This file requires the OPENDLG.DLL library to be on the LIBPATH
  14.     variable (in CONFIG.SYS).  Otherwise, the program won't run.
  15.  
  16. Files included:
  17.  
  18. CLIPFILE.C        Source routines for saving clipboard formats
  19. CLIPVIEW        Makefile
  20. CLIPVIEW.C        Source for the viewing/window handling
  21. CLIPVIEW.DEF        Definition file
  22. CLIPVIEW.H        Header file (all declarations/constants)
  23. CLIPVIEW.ICO        Icon
  24. CLIPVIEW.RC        Resource file
  25. PROBLEMS        Problems/suggested additions to this application
  26. README            This file
  27.