home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Power Pack / Visual_Basic4_Power_Pack.bin / vb4files / eznet / readme.txt < prev   
Encoding:
Text File  |  1996-11-20  |  6.4 KB  |  193 lines

  1.  
  2. ===========================================================                
  3.                        EASYNET/OCX 
  4.                            
  5.             Version 1.1 (16 bits and 32 bits)
  6.  
  7.          Copyright ⌐ Patrick Lassalle, 1994, 1996. 
  8.                     ALL RIGHTS RESERVED
  9.  
  10.                     Patrick Lassalle
  11.                     247, Avenue du Marechal Juin
  12.                     92100 Boulogne
  13.                     France
  14.  
  15.              Tel.:    33  1  46 03 42 20
  16.              CIS:    100325,725
  17.              INTERNET:    100325.725@compuserve.com
  18.  
  19.                       May 28, 1996
  20. ===========================================================
  21.  
  22.  
  23. --------
  24. Contents
  25. --------
  26.  
  27. Part    Description
  28. ----    -----------
  29.  1      What is EasyNet?
  30.  2    Version Informations
  31.  3    Package description
  32.  4      Registration, Order Form, License
  33.  
  34.  
  35. --------------------------------------------
  36. Part 1 - What is EasyNet?
  37. --------------------------------------------
  38.  
  39.  EasyNet/OCX is a custom control which allows to develop QUICKLY
  40. an application that needs to manage a network diagram (workflow, 
  41. data base diagram, organigrams, communication networks, state 
  42. transition diagrams, etc...). 
  43.  
  44. * Drawing can be made interactively or programmaticaly.  
  45. * You may move, resize, stretch each item.
  46. * You may associate user data to each item 
  47. * You may navigate in the network diagram.
  48. * Distinct pictures, colors, draw styles for each item. 
  49. * Multi-selection, multi-line wordwrapped text, metafile support,
  50. zooming, + many other features. 
  51. * Many properties, events and methods allow you to "customize" your
  52. diagramming application.
  53.  
  54.  EasyNet/OCX programmatic interface is described in EZNET.HLP file. 
  55.  
  56.  
  57. ------------------------------------------
  58. Part 2 - Version Informations
  59. ------------------------------------------
  60.  
  61. **************************************************************
  62. IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT
  63.  
  64. For those who have used the version 1.0, you have a change to
  65. make in each of your VB4 form (.frm file) that uses an EasyNet 
  66. control: you will have to use a text editor like Notepad in
  67. order to display the text of each of those .frm files and
  68. replace the string "Eznet16Lib" by the string "EasynetLib".
  69. **************************************************************
  70.  
  71.  
  72. In 16 bits environment, use EZNET16.OCX.
  73. In 32 bits environment, use EZNET32.OCX. 
  74.  
  75. Loading problem
  76. ***************
  77.  
  78. If you have problems to load EZNET32.OCX, it may be due 
  79. to the fact that you have not the correct version of MFC40.DLL.
  80. You should have the version that is provided with Microsoft 
  81. Visual VC++ 4.x. 
  82.  
  83. Other environments
  84. ******************
  85.  
  86. This product has been tested under WIN95 and VB4 environment. 
  87. The 32 bits version is working also under Visual C++ 4.x
  88. Tests in other environments haven't still been made!
  89. Note: all dimensions are given in twips. 
  90.  
  91. Version 1.1 enhancements
  92. ************************
  93.  
  94. * new node shapes (triangular, hexagonal)
  95. * some bugs fixed:
  96.   - SaveImage method didn't work in previous 32 bits version
  97.   - Sometimes a bug occured when stretching a link in previous
  98.     16 and 32 bits version.
  99.  
  100. Known problem
  101. **************
  102.  
  103. * Without license file, a dialog box appears as a nag screen.
  104. This dialog box seems to cause GPF under certain conditions. 
  105. You can reproduce that with demo sample under design time with
  106. VB4 32 bits. You close the 4 windows and then you reopen one 
  107. with the Show menu. The nag screen is displayed and a GPF occurs
  108. after. If I replace this nag screen with a simple message box, 
  109. the GPF occurs too. In my opinion, it may be a VB4 bug.
  110. Perhaps the problem will disappear with maintenance release 
  111. of VB4. 
  112. If you have the license file, the GFP disappears since the nag
  113. screen is not displayed. I recognize it is not a fair argument
  114. to make people register!
  115.  
  116. ------------------------------------------
  117. Part 3 - Package description
  118. ------------------------------------------
  119.  
  120. The EasyNet/OCX package is a ZIP file that contains the following 
  121. files:
  122.  
  123. DEMO32.EXE    Demo sample (VB4 32 bits executable)
  124. DEMO.ZIP      Demo sample VB4 source files
  125. EDITOR.ZIP    Editor sample VB4 source files
  126. EZNET32.OCX   EasyNet/OCX 32 bits beta version 
  127. EZNET16.OCX   EasyNet/OCX 16 bits beta version 
  128. EZNET.HLP     EasyNet/OCX help file.
  129. README.TXT    This text file.
  130.  
  131.  
  132. Remarks:
  133. --------
  134.     
  135.   * If you don't know EasyNet, you should run first DEMO32.EXE.
  136.  
  137.   * The Editor allows to draw diagrams and to save them in files.
  138.     Note that the saving procedure used in this program is just an 
  139.     example. You should adapt it to your needs or rewrite a better
  140.     procedure. 
  141.  
  142.  
  143. ------------------------------------------
  144. Part 3 - Converting from VBX
  145. ------------------------------------------
  146.  
  147. EasyNet/OCX is compatible with the vbx version.
  148.  
  149. You may find the EasyNet/OCX package on Compuserve:
  150.     forum: GO VBPJ 
  151.     section: 3rd party stuff
  152.     File name: EZNET.ZIP
  153.  
  154. You may find the EasyNet/VBX package on Compuserve:
  155.     forum: GO VBPJ 
  156.     section: 3rd party stuff
  157.     File name: EASYNET.ZIP
  158.  
  159. You may also find those products on InterNet at the following address:
  160.     http://ourworld.compuserve.com/homepages/Lassalle_Patrick/
  161.  
  162. See help file in order to see how to convert your old VB3 application
  163. that uses EasyNet.vbx into a new VB4 application that uses EasyNet/OCX.
  164.  
  165.  
  166. ------------------------------------------
  167. Part 4 - Registration, Order Form, License
  168. ------------------------------------------ 
  169.  
  170.  The demo controls here are fully functional in design mode, but they
  171. will not work in an application compiled without license file.
  172.  In the development environment, any attempt to use EasyNet/OCX without
  173. a license file will display a dialog box explaining that EasyNet/OCX 
  174. is used without license.
  175.  If you generate an EXE file with EasyNet/OCX but without a license 
  176. file, then any attempt to use this EXE file will display also a dialog
  177. box explaining that it has been generated without license file and that
  178. the EasyNet control will not work.
  179.  If you register, you will receive (usually within 2 business days 
  180. from the registration date) a license file allowing you to 
  181. compile applications that work properly with EasyNet. 
  182.  
  183. You may register directly via Compuserve in the 
  184. Shareware Registration Forum (GO SWREG).
  185.         SWREG number:    8738 
  186.         Price:        $199
  187.  
  188. See help file for all registration information, order form and 
  189. license agreement.
  190.  
  191.  
  192.  
  193.