home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c016 / 1.ddi / README.TXT < prev    next >
Encoding:
Text File  |  1993-12-15  |  6.1 KB  |  163 lines

  1. /*************************************************************************/
  2.  
  3.                      Borland Visual Solutions Pack
  4.                              README.TXT
  5.  
  6.   This README file contains important information regarding the
  7.   Borland Visual Solutions Pack. Read this entire file for the
  8.   latest information about the Borland Visual Solutions Pack.
  9.  
  10. -----------------
  11. TABLE OF CONTENTS
  12. -----------------
  13. 1.  Installation
  14. 2.  Custom Controls
  15. 3.  BIVBX10.DLL
  16. 4.  Important Information
  17.  
  18.  
  19. ---------------
  20. 1. INSTALLATION
  21. ---------------
  22. To install the Borland Visual Solutions Pack onto your hard disk:
  23.  
  24.   1. Insert the Borland Visual Solutions Pack Install disk into
  25.      drive A or B of your computer.
  26.  
  27.   2. Select File|Run from Windows 3.1 or Windows for Workgroups 3.1x.
  28.  
  29.   3. Enter A:INSTALL (or B:INSTALL) on the input line.
  30.  
  31.   4. Fill in directories as appropriate. The install program creates
  32.      an appropriate Window group and installs the Borland Visual
  33.      Solutions Pack according to the directories you select.
  34.  
  35. NOTE: In order for the OWL examples to work properly on a hard-disk system,
  36.       install the Borland Visual Solutions Pack on the same drive as Borland C++ 4.0.
  37.  
  38.       If you're running Borland C++ 4.0 from a CD-ROM or network, or if you cannot
  39.       install the Visual Solutions Pack on the same drive as BC4, change the
  40.       directories used in your project files and makefiles to reflect your system.
  41.  
  42.  
  43. ------------------
  44. 2. CUSTOM CONTROLS
  45. ------------------
  46. The Borland Visual Solutions Pack comes complete with more than 25 VBX
  47. custom controls. Custom controls are pre-made, reuseable application
  48. components that let you add extensive functionality to your Windows
  49. applications. Because the controls are incorporated into your
  50. applications via a visual programming methodology, you can add the
  51. controls' functionality with virtually no coding effort.
  52.  
  53. The Borland Visual Solutions Pack provides the following custom controls:
  54.  
  55. Database (SQC.VBX)
  56.     Create data base front ends that access dBASE and
  57.     Paradox tables, even in a networked environment.
  58.  
  59. Spreadsheet (SSBC.VBX)
  60.     Add spreadsheets that display and calculate data.
  61.  
  62. Notebook Tabs (SAXTABS.VBX)
  63.     Organize spreadsheets or any application into a
  64.     3D notebook, much like Quattro Pro for Windows
  65.  
  66. Word Processor (PIDOC.VBX)
  67.     Drop in a WYSIWYG text editor with multiple typefaces,
  68.     fonts, and point sizes. Also includes a formatting ruler.
  69.  
  70. Communications (SAXCOMM.VBX)
  71.     Create serial communications interfaces with terminal
  72.     emulation and XModem file transfer.
  73.  
  74. Image Editor (KNIFE.VBX)
  75.     Display images in a variety of formats that can be zoomed,
  76.     panned, cropped, sharpened, and softened.
  77.  
  78. 3D Charts (TKCHART.VBX)
  79.     Add over 30 3D and 2D charts that can be rotated, resized,
  80.     and formatted in a variety of ways.
  81.  
  82. Gadgets (ANIBRT.VBX, MHGA200.VBX, MHSN200.VBX,
  83.      MHSL200.VBX, MHMQ200.VBX, MHCL200.VBX,
  84.      MHAL200.VBX, MHDC200.VBX, MHCD200.VBX)
  85.     Give your user-interfaces a professional look with animated
  86.     buttons, gauges, spinners, sliders, marquees, clocks, alarms,
  87.     dice, and cards.
  88.  
  89.  
  90. FOR BORLAND C++ 4.0:
  91. --------------------
  92. Custom controls are loaded from within Resource Workshop:
  93.  
  94.     1. Select File|Install control library.
  95.  
  96.     2. Choose a file with a .VBX extension.
  97.  
  98. An icon for the custom control is automatically added to the Tools Palette.
  99.  
  100. NOTE: The Borland Visual Solutions Pack installs all custom controls into
  101.       the WINDOWS\SYSTEM directory. To use a control, drag the control
  102.       onto a dialog box as you would with the standard Borland controls.
  103.       To change a control's properties, double click the control to bring
  104.       up a list of properties. Properties can be changed either at design
  105.       time (using Resource Workshop) or at run time (using the TVbxControl
  106.       class if you are creating an ObjectWindows application). If you are
  107.       developing your application using the AppExpert, you can add a handler
  108.       by right-clicking the control to bring up the ClassExpert.
  109.  
  110. The TVbxControl class is provided by ObjectWindows 2.0 to encapsulate the
  111. retrieving and setting of properties for VBX custom controls. This process
  112. is further facilitated by a utility called VBXGen, which can be found in
  113. BC4\BIN. VBXGen derives a class from TVbxControl for the custom control
  114. selected, and then generates member functions for modifying all the
  115. properties associated with the control. VBXGen also generates a header
  116. file that contains the class definition.
  117.  
  118.  
  119. FOR MICROSOFT VISUAL BASIC AND VISUAL C++
  120. -----------------------------------------
  121. Please refer to their respective documentation on loading and using
  122. VBX custom controls.
  123.  
  124.  
  125. --------------
  126. 3. BIVBX10.DLL
  127. --------------
  128. If you are using Borland C++ 4.0, there is an updated version of 
  129. BIVBX10.DLL that you will find on Disk 3 of the Borland Visual Solutions 
  130. Pack.  Please verify that the time/date stamp on this updated version is 
  131. later than on the version you have in your BC4/BIN directory, and if so, 
  132. replace the file.  If the BIVBX10.DLL you are using has been provided by 
  133. another vendor, or if for any other reason you do not believe the time/date 
  134. stamp to be representative of the DLL version, you should compare the DLL 
  135. version number using the Windows File Manager.  This can be done by 
  136. selecting the DLL in File Manager, and chosing "Properties" from the 
  137. "File" menu.
  138.  
  139.  
  140. ------------------------
  141. 4. IMPORTANT INFORMATION
  142. ------------------------
  143.  
  144. Database Controls
  145. -----------------
  146. Applications with a large number of Dialogs/Forms might get a stack
  147. overflow message. To avoid this problem, increase the default
  148. stack size to 20000.
  149.  
  150.  
  151. Spreadsheet Control
  152. -------------------
  153. SSBC.LIB, which must be included in your project, is provided for
  154. Borland C++ 4.0 only and can be found in BVSP\INCLUDE. To generate
  155. SSBC.LIB for Microsoft Visual C++, use SSBC.CPP (which is located in
  156. BVSP\SOURCE). SSBC.CPP contains conditional compile statements depending
  157. on the development tool you are using (for example, Borland C++ 4.0 or
  158. Microsoft Visual C++).
  159.  
  160.  
  161. /**************************** END OF FILE ********************************/
  162.  
  163.