home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / windows / c / bsscdemo / readme.txt < prev    next >
Encoding:
Text File  |  1993-05-31  |  3.6 KB  |  98 lines

  1.  
  2. HELLO!
  3.  
  4.     This file describes the contents of the demo package. Please 
  5. read all the license and copyright information provided in this package 
  6. before running the demos. Your first use of the Barking Spider Software
  7. Tree/List Control constitutes your agreement to the provisions of the
  8. license rovided in BSTREE.LIC.
  9.  
  10.    BSTREE.LIC      License and copyright information. 
  11.                    YOU MUST READ THIS FILE!
  12.  
  13.    ORDER.TXT       Information on how to order the retail release of the
  14.                    Barking Spider Software, Inc. Tree Control.
  15.  
  16.    BSCORE.H        Include file, contains structures, error codes,
  17.                    notification messages, styles, etc.
  18.  
  19.    BSTREE.H        Include file, contains Tree Control exported API
  20.                    prototypes.
  21.  
  22.    BSLIST.H        Include file, contains List Control exported API
  23.                    prototypes.
  24.  
  25.    TREECTRL.DLL    The Barking Spider Tree/List Control DLL.
  26.  
  27.    TREECTRL.LIB    Library provided for linking to the Tree/List Control's 
  28.                    APIs.
  29.  
  30.    TREEDEMO.WRI    Tree demo documentation in Microsoft Write format.
  31.  
  32.    LISTDEMO.WRI    List demo documentation in Microsoft Write format.
  33.  
  34.    These files contain example programs showing how to use the Tree/List
  35. Control.  Various BMP files have also been included and are used by the
  36. example programs.  These demos are compiled with Microsoft C/C++ 7.0.
  37.  
  38.    MAKEALL.BAT     Compiles all demos.
  39.  
  40.    TREEDEM1.C      TREEDEM1 is a generic Windows application which
  41.    TREEDEM1.DEF    creates a single BSS Tree Control that fits into
  42.    TREEDEM1.EXE    the main window's client area.  It demonstrates the
  43.    TREEDEM1.H      simplest form of the tree with application-supplied
  44.    TREEDEM1.ICO    strings for the node text.
  45.    TREEDEM1.MAK
  46.    TREEDEM1.RC
  47.  
  48.    TREEDEM2.C      TREEDEM2 demonstrates the use of the BSS Tree
  49.    TREEDEM2.DEF    Control as a custom control.  TREEDEM2 allows the
  50.    TREEDEM2.DLG    user to display a modal dialog box in which the 
  51.    TREEDEM2.EXE    template was created by the Dialog Editor.  This
  52.    TREEDEM2.H      dialog box allows the user to enter different strings
  53.    TREEDEM2.ICO    to be displayed as tree node text.
  54.    TREEDEM2.MAK    
  55.    TREEDEM2.RC     
  56.  
  57.    TREEDEM3.C      TREEDEM3 is a MDI application.  Each child MDI window
  58.    TREEDEM3.DEF    that is created contains a BSS Tree Control.  This demo 
  59.    TREEDEM3.EXE    illustrates the multi-instance capability of the BSS
  60.    TREEDEM3.H      Tree Control one method of accessing a database.
  61.    TREEDEM3.ICO
  62.    TREEDEM3.MAK    Run this demo to get an overview of the BSS Tree Control
  63.    TREEDEM3.RC     API.
  64.    DATABASE.H
  65.  
  66.    LISTDEM1.C      LISTDEM1 is a generic Windows application which
  67.    LISTDEM1.DEF    creates a single BSS List Control that fits into
  68.    LISTDEM1.EXE    the main window's client area.  It demonstrates the
  69.    LISTDEM1.H      simplest form of the list with application-supplied
  70.    LISTDEM1.ICO    strings for the list item text.
  71.    LISTDEM1.MAK
  72.    LISTDEM1.RC
  73.    SPIDER.H
  74.  
  75.    LISTDEM2.C      LISTDEM2 demonstrates the use of the BSS List
  76.    LISTDEM2.DEF    Control as a custom control.  LISTDEM2 allows the
  77.    LISTDEM2.DLG    user to display a modal dialog box in which the 
  78.    LISTDEM2.EXE    template was created by the Dialog Editor.
  79.    LISTDEM2.H      
  80.    LISTDEM2.ICO    
  81.    LISTDEM2.MAK    
  82.    LISTDEM2.RC     
  83.    SPIDER.H
  84.  
  85.    This package is only a demo and is only intended to be used as a demo.
  86.    For information on how to order the software please read ORDER.TXT.
  87.  
  88.    NOTE:  The retail version of the DLL is smaller (32K) and without the
  89.    "how to order" notice.
  90.  
  91.     
  92.  
  93.  
  94.     
  95.  
  96.     
  97.     
  98.