home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / browse_2 / read_me.txt < prev    next >
Text File  |  1993-07-12  |  5KB  |  132 lines

  1. ********************************
  2. ** Browse Control version 3.0 **
  3. ********************************
  4.  
  5.  
  6.  
  7. Please read the following information BEFORE using the control!
  8. ===============================================================
  9.  
  10. The Browse Control is designed to be used with Visual Basic 2.0 or later,
  11. and it requires VXBASE.DLL. VXBASE is a shareware product available on most
  12. Buletin Boards having a VB section.
  13.  
  14.  
  15. Contents:
  16. ---------
  17. 1. Requirements
  18. 2. Installation
  19. 3. Changes and additions from version 2.0
  20. 4. Accessing ON-LINE help
  21. 5. Registration information
  22.  
  23.  
  24.  
  25.  
  26. 1. Requirements
  27. ----------------------------------------------------------------------------
  28.   MS DOS version 3.31 or above
  29.   MS Windows version 3.1 or above
  30.   Visual Basic 2.0 or above
  31.   vxBase version 2.11 or above
  32.   0.5 MB free hard disk space for full installation, with demo
  33.   0.2 MB for only the control and the help file
  34.  
  35.  
  36. 2. Installation
  37. ----------------------------------------------------------------------------
  38.   The following files should be in the compressed file:
  39.     README.1ST        - this file
  40.     BRW.VBX            - the control
  41.     VXBINTFC.DLL    - vxBase interface DLL
  42.     BROWSE.HLP        - on-line Windows help file
  43.     BRW_INC.TXT        - text file with the Browse global constants
  44.     VXBASE.BAS        - VB ASCII file with all the required vxBase definitions
  45.  
  46.     Sample files:
  47.     BROWSE1.ZIP        - compressed example files
  48.  
  49.   Copy the BRW.VBX into your \WINDOWS\SYSTEM directory, copy the VXBINTFC.DLL
  50.   in the same directory as the VXBASE.DLL (normally in \WINDOWS\SYSTEM).
  51.   Copy the BROWSE.HLP file either in the \VB or in the \WINDOWS directory.
  52.  
  53.   You can now delete from the sample directory: BRW.VBX, VXBINTFC.DLL and
  54.   BROWSE.HLP.
  55.  
  56.   Make a directory for the example files somewhere on your hard disk, then
  57.   copy the BROWSE1.ZIP there and unzip it.
  58.  
  59.   It is recommendable that the BRW_INC.TXT and VXBASE.BAS be copied into the
  60.   \VB directory, so that you can easily incorporate them in any project.
  61.  
  62.   The control does not make any changes to your DOS and WINDOWS system files.
  63.  
  64.  
  65.  
  66. 3. Changes and additions from version 2.0
  67. ----------------------------------------------------------------------------
  68.   There are quite a lot of changes, please revise the on-line help for 
  69.   a detailed description of the ones summarized bellow:
  70.  
  71.   - field editing in the browse
  72.   - on-line design time help, lots of examples
  73.   - ability to 'freeze' columns to the left
  74.   - new properties and events
  75.   - improved speed
  76.  
  77.   The control is fully compatible with version 2.0.  You need to change the
  78.   VXBINTFC.DLL with the one provided, otherwise it will crash.
  79.  
  80.  
  81.  
  82. 4. Accessing ON-LINE help
  83. ----------------------------------------------------------------------------
  84.   On-line help is now provided for design time, the name of the help file is
  85.   BROWSE.HLP, and it should be available on the search path of WinHelp, in
  86.   order to access it (for example in the \VB or \WINDOWS directory).
  87.  
  88.   To access help about the browse control while in VB in design mode:
  89.   - click on the control to mark it then press F1
  90.   - click on any custom property in the Property List, then press F1
  91.   - click on any event in the Events List (in the code window), then press F1
  92.  
  93.   However, because many of the most important properties are only available
  94.   at run-time, it is recommended that you install the browse help in the VB
  95.   window (for example) in the Program Manager, and then read through the
  96.   Description section and the examples there.
  97.  
  98.   To install it select from the Program Manager File/New, then select
  99.   Program Item, type in a description and define the command line as:
  100.   WinHelp c:\vb\browse.hlp (or the right path to the help file).
  101.  
  102.     
  103. 5. Registration information
  104. ----------------------------------------------------------------------------
  105.   This control is a fully functional demo version of the Browse control,
  106.   the only limitation is that databases used with this version are limited 
  107.   to 300 records.  If you like the software and register it, you will receive the
  108.   production control, and also technical support by phone or CompuServe.
  109.  
  110.   To register send a $20 (US) check or money order to:
  111.    Delta Soft Inc.
  112.    12 Danton Ct
  113.    Ajax Ontario
  114.    Canada
  115.    L1S 3G1
  116.   Do not forget to include your name, address and the version you are 
  117.   currently using.  We'll ship you the latest version.
  118.  
  119.  
  120.   You are free to distribute this demo version of the control as you like,
  121.   provided that no fees (except for the diskette on which resides eventually)
  122.   are charged.
  123.  
  124.   You are free to distribute the run-time version of the control with your 
  125.   applications as you like, you are not allowed to distribute the design-time
  126.   control.
  127.  
  128.  
  129.   This software is provided on an 'as is' basis, you are free to use it as
  130.   you need.  Delta Soft Inc. is not responisble for any losses or damages
  131.   (direct or indirect) in any way.
  132.