home *** CD-ROM | disk | FTP | other *** search
/ Megazine / Megazine-1.iso / PROGRAMA / FOXPRO / SCRLBARS / README.1ST < prev    next >
Encoding:
Text File  |  1996-12-01  |  5.0 KB  |  119 lines

  1. Horizontal Scrollbar Control, Version 1.0
  2. Vertical Scrollbar Control, Version 1.0
  3. Copyright (C) 1995 Vision Software
  4. All Rights Reserved
  5.  
  6.  
  7. ******************************************************************
  8. *  Installation notes                                            *
  9. ******************************************************************
  10.  
  11. 1) Copy the *.OCX and *.LIC files to the windows SYSTEM directory.
  12.    If you use Windows NT, place the *.OCX and *.LIC files in the
  13.    SYSTEM32 directory. The *.LIC files are only included in
  14.    registered copies.
  15. 2) All other files included are for the Visual FoxPro example
  16.    and may be copied to a directory of your choice.
  17.  
  18. To run the example, open the EXAMPLE project in Visual FoxPro
  19. and run the EXAMPLE form. These scrollbar controls may also
  20. be used with any platform supporting OCX controls.
  21.  
  22. ******************************************************************
  23. *  Example Form and Class                                        *
  24. ******************************************************************
  25.  
  26. This is a simple example demonstrating one method of scrolling
  27. FoxPro controls on a form using the scrollbar OCX controls.  The
  28. idea in this example is to scroll (move) a container object full
  29. of FoxPro controls around on a form thus producing the effect of
  30. a form that can scroll controls.  The way to do this is as
  31. follows:
  32.  
  33. 1)  Create a new form
  34. 2)  Place a container object on the form
  35. 3)  Place controls in the container object
  36. 4)  Put the scrollbar controls on the form
  37. 5)  Place method code in the Scroll events of the scrollbar
  38.     controls to move the container on the form.  The Top and
  39.     Left properties of the container are adjusted with the
  40.     Value properties of the scrollbar controls.
  41.  
  42. The above process was used to create the accompanying example
  43. which also contains code to properly handle resizing of the form.
  44.  
  45. ******************************************************************
  46. *  License Agreement                                             *
  47. ******************************************************************
  48.  
  49. You should carefully read the following terms and conditions
  50. before using this software.  Your use of this software indicates
  51. your acceptance of this license agreement and warranty.
  52.  
  53. This is not free software.  You are hereby licensed to use this
  54. software for evaluation purposes without charge for a period of
  55. 14 days.  If you use this software after the 14 day evaluation
  56. period a registration fee is required.  Unregistered use of this
  57. software after the 14-day evaluation period is in violation of
  58. U.S. and international copyright laws.
  59.  
  60. NO OTHER WARRANTIES.  To the maximum extent permitted by
  61. applicable law, Vision Software disclaims all other warranties,
  62. either express or implied, including, but not limited to,
  63. implied warranties of merchantability and fitness for a
  64. particular purpose, with regard to the software, or the
  65. accompanying written materials.
  66.  
  67. NO LIABILITY FOR CONSEQUENTIAL DAMAGES.  To the maximum extent
  68. permitted by applicable law, in no event shall Vision Software
  69. be liable for any special, incidental, indirect, or consequential
  70. damages whatsoever (including, without limitation, damages for
  71. loss of business profits, business interruption, loss of business
  72. information, or any other pecuniary loss) arising out of the use
  73. of or inability to use this Vision Software product, even if
  74. Vision Software has been advised of the possibility of such
  75. damages.
  76.  
  77. ******************************************************************
  78. *  Order Form                                                    *
  79. ******************************************************************
  80.  
  81. Submit the following form with credit card information or check to:
  82.        Vision Software
  83.        P.O. Box  200966
  84.        Arlington, TX  76006
  85. or Fax the following form with credit card information to:
  86.        (817) 469-9137
  87.  
  88. Single Copy: $25.00  (Texas residents add 8.25% sales tax)
  89. Prices include shipping by postal mail or CompuServe eMail
  90. Orders will be shipped by the next business day
  91.  
  92. Date: _______________
  93.  
  94. Name:  _____________________________________________________________________
  95.  
  96. Company:  __________________________________________________________________
  97.  
  98. Address:  __________________________________________________________________
  99.  
  100. City, State, Zip: __________________________________________________________
  101.  
  102. Country: ___________________________________________________________________
  103.  
  104. Day Phone:  ________________________________________________________________
  105.  
  106. Electronic eMail address:  _________________________________________________
  107.  
  108. Ship by:  Postal mail _______  CompuServe eMail address _______
  109.  
  110. Diskette size (postal only):  3.5 _______   5.25 _______
  111.  
  112. Total enclosed: ____________________________________________________________
  113.  
  114. Credit card:  Visa _______  Mastercard _______  Discover _______
  115.  
  116. Credit card number and expiration: _________________________________________
  117.  
  118. Signature:   _______________________________________________________________
  119.