home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / TOOLKIT / PM / CLIPBRD / README < prev   
Text File  |  1995-06-08  |  2KB  |  68 lines

  1.  
  2.  
  3. CLIPBRD - Clipboard 
  4.  
  5.  
  6. DESCRIPTION:
  7.  
  8. This sample displays a standard window containing a picture.  The action
  9. bar contains the choices Edit and Help.  The Edit pull-down contains
  10. choices that let the user cut and paste data in the window, using the
  11. clipboard as an intermediate storage area.
  12.  
  13. TASK:
  14. Provide for clipboard operations on a picture.
  15.  
  16. CONCEPT/FEATURE:
  17. Demonstrates how to provide a Presentation Manager interface to the
  18. clipboard.
  19.  
  20. SAMPLE LOCATION:
  21. Inside the PM Sample Programs folder (which is inside the VisualAge C++ 
  22. Samples folder).
  23.  
  24. Note: This sample is not provided in project form.
  25.  
  26. SOURCE FILE LOCATION:
  27.  
  28. X:\ibmcpp\samples\toolkit\pm\clipbrd
  29. where X: is the drive you installed the samples and document component
  30. of VisualAge C++ for OS/2.
  31.  
  32.  
  33. HOW TO RUN THE SAMPLE:
  34.  
  35. -From your OS/2 desktop:
  36.  Double-click on the sample's icon.
  37.  
  38. -From an OS/2 command prompt:
  39. To start a non-WorkPlace Shell sample program from an OS/2 command
  40. prompt, type the name of the executable file and press Enter.  If you
  41. have edited source code of a sample program and want to recompile,link,
  42. and run the files, use the NMAKE tool. Your output is the executable
  43. file.  For information about the NMAKE utility, see the
  44. OS/2 Tools Reference.
  45.  
  46.  
  47. SOFTWARE/HARDWARE PREREQUISITES:
  48.  
  49.  
  50. - IBM VisualAge C++
  51. - OS/2 Warp
  52. - IBM or compatible 386 and up.
  53.  
  54.  
  55. REQUIRED FILES      DESCRIPTIONS 
  56.  
  57.   clipbrd.bmp       Bitmap used in drawing the picture
  58.   clipbrd.c         Main() file and support routines
  59.   clipbrd.def
  60.   clipbrd.exe       executable file
  61.   clipbrd.h
  62.   clipbrd.ico
  63.   clipbrd.mak       MakeMake generated makefile
  64.   clipbrd.rc        Resource definitions
  65.   readme            This file
  66.  
  67.  
  68.