home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / browse_1 / read_me.txt < prev    next >
Text File  |  1993-07-19  |  4KB  |  105 lines

  1. **************************************
  2. ** Browse Bound Control version 1.0 **
  3. **************************************
  4.  
  5.  
  6.  
  7. Please read the following information BEFORE using the control!
  8. ===============================================================
  9.  
  10. The Browse Bound Control is designed to be used with Visual Basic 3.0 as a
  11. bound control to the VB Data Control.  It will display data from a database
  12. in a tabular format, allowing for browse and editing.
  13.  
  14.  
  15. Contents:
  16. ---------
  17. 1. Requirements
  18. 2. Installation
  19. 3. Accessing ON-LINE help
  20. 4. Registration information
  21.  
  22.  
  23.  
  24.  
  25. 1. Requirements
  26. ----------------------------------------------------------------------------
  27.   MS DOS version 3.31 or above
  28.   MS Windows version 3.1 or above
  29.   Visual Basic 3.0 or above
  30.   200kB free hard disk space for full installation, with demo
  31.   100kB MB for only the control and the help file
  32.  
  33.  
  34. 2. Installation
  35. ----------------------------------------------------------------------------
  36.   The following files should be in the compressed file:
  37.     README.1ST        - this file
  38.     BRWA.VBX            - the control
  39.     BROWSEA.HLP        - on-line Windows help file
  40.     BRW_INC.TXT        - text file with the Browse global constants
  41.  
  42.     Sample files:
  43.     BROWSEA1.ZIP    - compressed file
  44.  
  45.   Copy the BRW.VBX into your \WINDOWS\SYSTEM directory.
  46.   Copy the BROWSE.HLP file either in the \VB or in the \WINDOWS directory.
  47.  
  48.   You can now delete from the sample directory: BRW.VBX and BROWSE.HLP.
  49.  
  50.   Make a directory for the example files somewhere on your hard disk, then
  51.   copy the BROWSE1.ZIP there and unzip it.
  52.  
  53.   It is recommendable that the BRW_INC.TXT be copied into the  \VB directory,
  54.   so that you can easily incorporate it in any project.
  55.  
  56.   The control does not make any changes to your DOS and WINDOWS system files.
  57.  
  58.  
  59.  
  60. 3. Accessing ON-LINE help
  61. ----------------------------------------------------------------------------
  62.   On-line help is provided for design time, the name of the help file is
  63.   BROWSEA.HLP, and it should be available on the search path of WinHelp, in
  64.   order to access it (for example in the \VB or \WINDOWS directory).
  65.  
  66.   To access help about the browse control while in VB in design mode:
  67.   - click on the control to mark it then press F1
  68.   - click on any custom property in the Property List, then press F1
  69.   - click on any event in the Events List (in the code window), then press F1
  70.  
  71.   However, because many of the most important properties are only available
  72.   at run-time, it is recommended that you install the browse help in the VB
  73.   window (for example) in the Program Manager, and then read through the
  74.   Description section and the examples there.
  75.  
  76.   To install it select from the Program Manager File/New, then select
  77.   Program Item, type in a description and define the command line as:
  78.   WinHelp c:\vb\browsea.hlp (or the right path to the help file).
  79.  
  80.     
  81. 5. Registration information
  82. ----------------------------------------------------------------------------
  83.   This product is shareware, that means that if you like it and decide to 
  84.   use it after a 30 days evaluation period, you must register it.
  85.   If you register it, you will receive the latest version available and
  86.   also technical support by phone or CompuServe.
  87.  
  88.   To register send a $20 (US) check or money order to:
  89.    Delta Soft Inc.
  90.    12 Danton Ct
  91.    Ajax Ontario
  92.    Canada
  93.    L1S 3G1
  94.   Do not forget to include your name, address and the version you are 
  95.   currently using.  We'll ship you the latest version.
  96.  
  97.  
  98.   You are free to distribute this version of the control as you like,
  99.   provided that no fees (except for the diskette on which resides eventually)
  100.   are charged.
  101.  
  102.   This software is provided on an 'as is' basis, you are free to use it as
  103.   you need.  Delta Soft Inc. is not responisble for any losses or damages
  104.   (direct or indirect) in any way.
  105.