home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c082_122 / 6.ddi / DOC.ZIP / SAMPLES.BCA < prev    next >
Encoding:
Text File  |  1992-06-10  |  4.4 KB  |  112 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. ===========================================================================
  8. New sample programs
  9. ===========================================================================
  10.  
  11.                     Borland C++ & Application Frameworks 3.1 includes many
  12.                     new sample programs to show you how to take advantage
  13.                     of features new to Windows 3.1, such as multimedia,
  14.                     TrueType, DDEML (Dynamic Data Exchange Management
  15.                     Library), drag and drop, common dialog boxes, and OLE
  16.                     (Object Linking and Embedding). Many of these samples
  17.                     are available as both C and C++ programs. In the IDE,
  18.                     choose Project|Open and choose the directory and
  19.                     project file for the sample you want to see. For the
  20.                     command-line compiler, go to the directory and run MAKE
  21.                     to build the project.
  22.  
  23.  
  24.     EXAMPLES\WIN31  =======================================================
  25.  
  26.                     These samples are in C and use traditional methods of
  27.                     Windows programming.
  28.  
  29.  
  30. ---------------------------------------------------------------------------
  31. Directory   Description
  32. ---------------------------------------------------------------------------
  33.  
  34. SOUNDER     Multimedia sound player that uses several different high-level
  35.             approaches to playing sound. You must have audio hardware to
  36.             use all SOUNDER's features.
  37.  
  38. TRUETYPE    Shows TrueType font scaling, rotation, and attributes. Also
  39.             demonstrates how to use the common font dialog box.
  40.  
  41. DDEML       DDE client and server, using the DDEML library.
  42.  
  43. DRAGDROP    A simple program that accepts files dragged and dropped from a
  44.             drag and drop server (File Manager, for example).
  45.  
  46. CMDLG       Demonstrates use of common file, color, and font dialog boxes.
  47.  
  48. CHELP       This application implements context-sensitive Help for its
  49.             menus.
  50.  
  51. CLIOLE      Demonstrates OLE, as a client to Windows Paintbrush.
  52.  
  53. ---------------------------------------------------------------------------
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.       OWL\EXAMPL31  =======================================================
  61.  
  62.                     These samples are written with ObjectWindows for C++.
  63.                     Many are also available as C examples.
  64.  
  65.  
  66. ---------------------------------------------------------------------------
  67. Directory   Description
  68. ---------------------------------------------------------------------------
  69.  
  70. ACLOCK      An analog clock that features animation and multimedia sound
  71.             (using high-level waveform audio functions).
  72.  
  73. OLESRVR     An OLE server that lets you link or embed graphics in Windows
  74.             Write or other OLE client Windows application.
  75.  
  76. OLE         Demonstrates OLE, as a client to Windows Paintbrush. (See also
  77.             CLIOLE, above.)
  78.  
  79. OWLHELP     This application implements context-sensitive Help for its
  80.             menus. (See also CHELP, above.)
  81.  
  82. OWLPEN      A sample Pen application that uses a Bedit control. You must
  83.             install Windows for Pens as described in WINPEN.DOC.
  84.  
  85. SCRNSAVE    A sample screen saver, using the built-in Windows 3.1 screen
  86.             saver API.
  87.  
  88. SHELLAPI    This sample application lets you drag and drop files from File
  89.             Manager (or other drag and drop server like Norton Desktop for
  90.             Windows). If the file you drop is a Windows application, its
  91.             icon will be displayed, and you can double-click it to run the
  92.             application.
  93.  
  94. TTFONT      Shows TrueType font scaling, rotation, and attributes. Also
  95.             demonstrates use of the common font dialog box. (See also
  96.             TRUETYPE, above.)
  97.  
  98. SOUNDPLY    Multimedia sound player that uses several different high-level
  99.             approaches to playing sound. Requires audio hardware for full
  100.             compatibility. (See also SOUNDER, above.)
  101.  
  102. CMDLGAP     Demonstrates use of common file, color, and font dialog boxes.
  103.             (See also CMDLG, above.)
  104.  
  105. DDEML       DDE client and server, using the DDEML library.
  106.  
  107. DRAGDROP    A simple program that accepts files dragged and dropped from
  108.             File Manager. (See also DRAGDROP, above, and SHELLAPI.)
  109.  
  110. ---------------------------------------------------------------------------
  111.  
  112.