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
Wrap
Text File
|
1995-06-08
|
2KB
|
68 lines
CLIPBRD - Clipboard
DESCRIPTION:
This sample displays a standard window containing a picture. The action
bar contains the choices Edit and Help. The Edit pull-down contains
choices that let the user cut and paste data in the window, using the
clipboard as an intermediate storage area.
TASK:
Provide for clipboard operations on a picture.
CONCEPT/FEATURE:
Demonstrates how to provide a Presentation Manager interface to the
clipboard.
SAMPLE LOCATION:
Inside the PM Sample Programs folder (which is inside the VisualAge C++
Samples folder).
Note: This sample is not provided in project form.
SOURCE FILE LOCATION:
X:\ibmcpp\samples\toolkit\pm\clipbrd
where X: is the drive you installed the samples and document component
of VisualAge C++ for OS/2.
HOW TO RUN THE SAMPLE:
-From your OS/2 desktop:
Double-click on the sample's icon.
-From an OS/2 command prompt:
To start a non-WorkPlace Shell sample program from an OS/2 command
prompt, type the name of the executable file and press Enter. If you
have edited source code of a sample program and want to recompile,link,
and run the files, use the NMAKE tool. Your output is the executable
file. For information about the NMAKE utility, see the
OS/2 Tools Reference.
SOFTWARE/HARDWARE PREREQUISITES:
- IBM VisualAge C++
- OS/2 Warp
- IBM or compatible 386 and up.
REQUIRED FILES DESCRIPTIONS
clipbrd.bmp Bitmap used in drawing the picture
clipbrd.c Main() file and support routines
clipbrd.def
clipbrd.exe executable file
clipbrd.h
clipbrd.ico
clipbrd.mak MakeMake generated makefile
clipbrd.rc Resource definitions
readme This file