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

  1.  
  2.  
  3. STDWND - Standard  Window
  4.  
  5.  
  6. DESCRIPTION:
  7.  
  8.  This program displays a standard window containing the text "Hello".
  9.  The action bar contains a single choice, Options.
  10.  The Options pull-down contains three choices that each
  11.  paint a different string in the window.
  12.  
  13. TASK:
  14.  
  15.  Display a standard window, conforming to the Common User Access Requirements,
  16.  with text.
  17.  
  18. CONCEPT/FEATURE:
  19.  
  20.  This program demonstrates how to create and display a standard
  21.  window, and how to use resources defined in a resource script file.
  22.  
  23. SAMPLE LOCATION: 
  24.  
  25.  Inside the PM Sample Programs folder (which is inside the VisualAge C++ 
  26.  Samples folder).
  27.  
  28.  Note:This sample is not provided in project form.
  29.  
  30. SOURCE FILE LOCATION:
  31.  
  32.  X:\ibmcpp\samples\toolkit\pm\stdwnd
  33.  
  34.  where X: is the drive you installed the samples and document component
  35.  of VisualAge C++ for OS/2.
  36.  
  37.  
  38. HOW TO RUN THE SAMPLE:
  39.  
  40. -From your OS/2 desktop:
  41.  Double-click on the sample's icon.
  42.  
  43. -From an OS/2 command prompt:
  44.   To start a non-WorkPlace Shell sample program from an OS/2 command
  45.  prompt, type the name of the executable file and press Enter.  If you
  46.   have edited source code of a sample program and want to recompile,link,
  47.  and run the files, use the NMAKE tool. Your output is the executable
  48.  file.  For information about the NMAKE utility, see the
  49.  OS/2 Tools Reference.
  50.  
  51.  
  52. SOFTWARE/HARDWARE PREREQUISITES:
  53.  
  54. - IBM VisualAge C++
  55. - OS/2 Warp
  56. - IBM or compatible 386 and up.
  57.  
  58. REQUIRED FILES      DESCRIPTIONS
  59.  
  60.   hello.c           Main() entry point and support routines
  61.   hello.def
  62.   hello.exe         Sample executable
  63.   hello.h
  64.   hello.ico
  65.   hello.mak         MakeMake generated makefile
  66.   hello.rc          Resource compiler input file
  67.   readme            This file
  68.  
  69.