home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 March / pcp161a.iso / full / addflow / data1.cab / Program_Executable_Files / AddFlow_2 / Readme.txt < prev   
Encoding:
Text File  |  1998-05-15  |  2.9 KB  |  103 lines

  1. ===================================================              
  2. AddFlow ActiveX control Version 2.00.007
  3. Copyright (c) 1997-98 Lassalle Technologies. 
  4. All rights reserved.
  5. ===================================================
  6.  
  7. May 15, 1998
  8.  
  9.  
  10. CONTENTS  
  11.  
  12. Part     Description
  13. ----------------------------------
  14. 1    What is AddFlow?
  15. 2    Version 2 enhancements
  16. 3    Package description
  17. 4    Support, Ordering...
  18.  
  19.  
  20. --------------------------------------------
  21. Part 1 - What is AddFlow?
  22. --------------------------------------------
  23.  
  24. AddFlow is a 32 bits ActiveX control that lets 
  25. you quickly build flowchart-enabled applications. 
  26. Each time you need to graphically display data, 
  27. you should consider using AddFlow. 
  28.  
  29. AddFlow has been compiled with Microsoft VC++ 5.0 
  30. and it is a MFC (Microsoft Foundation Class) based 
  31. ActiveX control. The term ActiveX is now also being 
  32. used for controls of this type. This is partly because
  33. of their ability to be placed on a HTML page as part 
  34. of a Internet application.
  35.  
  36. AddFlow provides great and easy diagramming features
  37. in a multitude of developer environments. However, it is
  38. important to note that AddFlow has only been tested
  39. under VB5, VC5 and Delphi3. You may download samples
  40. written under those environments from our web site.
  41.  
  42. --------------------------------------------
  43. Part 2 - Version 2 enhancements
  44. --------------------------------------------
  45.  
  46. Version 2 has many new interesting features.
  47. It is is in fact a new product with a new programmatic 
  48. interface, new properties and new methods. If you are 
  49. migrating from version to version 2, then you have to 
  50. be aware of the new features and also of some changes.
  51.  
  52. See help file: Version 2 enhancements.
  53.  
  54. --------------------------------------------
  55. Part 3 - Package description
  56. --------------------------------------------
  57.  
  58. This package is a full installation package of the 
  59. AddFlow ActiveX control. 
  60.  
  61. The installation program has been created with 
  62. InstallShield v5.0 Free Edition from InstallShield
  63. Software Corporation.
  64.  
  65. It allows to install:
  66.  - a demo program: DEMO.EXE      
  67.  - 3 VB5 samples: Demo, Editor, Navig
  68.  - 3 VC5 samples: Demo, Editor, Navig
  69.  - 3 Delphi3 samples: Demo, Editor, Navig
  70.  - the AddFlow control (ADDFLOW.OCX). It is placed in
  71.    the Windows system directory.
  72.  - the AddFlow help file (ADDFLOW.HLP)
  73.  - this text file (README.TXT)
  74.  - 3 DLLs that are placed in the Windows system 
  75.    directory:
  76.     * MFC42.DLL
  77.     * MSVCRT.DLL
  78.     * OLEPRO32.DLL
  79.    Those DLLs are needed because AddFlow is built using the 
  80.    MFC class library. 
  81.  
  82. Demo sample  
  83. ------------------------
  84.   
  85. If you don't know AddFlow, you should run first DEMO.EXE.
  86. It demonstrates some AddFlow capabilities. 
  87.  
  88. Editor sample
  89. --------------------------
  90.  
  91. The Editor allows to draw diagrams and to save 
  92. them in files. 
  93.  
  94. Navig Sample
  95. --------------------------
  96.  
  97. The Navig sample demonstrates how to use collections 
  98. to navigate in a diagram.
  99.  
  100.  
  101.  
  102.  
  103.