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

  1. (c) Copyright 1996 Ken Fitzpatrick
  2.     All Rights Reserved
  3.     This product cannot be sold without permission from the author,
  4.     however it can be distributed freely, but only in the entirety of 
  5.     the bundled files.  For details, see the file License.txt bundled 
  6.     herein.
  7.  
  8. These files contain the VB Object Framework ("VBOF") for Microsoft 
  9. Visual Basic Version 4.0 (tm).  
  10.  
  11. VB Object Framework ("VBOF") is a series of VB4-compatible Class Modules 
  12. which are designed to significantly extend the object-oriented 
  13. capabilities of Microsoft Visual Basic.  
  14.  
  15. See file "VBOF.txt" for a brief description of its capabilities and 
  16. intended usage.  
  17.  
  18. (Strongly recommended) See the VB Object Framework User's Guide, in file 
  19. "VBOF.doc", for a full description of its capabilities and intended usage.
  20. This is a 95-page User's Guide with many topics, including object-oriented
  21. programming techniques, discussions of VBOF services and Appendixes of 
  22. the public methods of all of the VBOF Class Modules.  In addition to 
  23. thoroughly documenting VBOF, it can also help the VB programming community 
  24. develop a fondness for object-oriented programming techniques.
  25. Note:  ensure the Word Template file "VBOF.dot" is available
  26.  
  27. In an attempt to bring visualization to VBOF's potentially abstract 
  28. object-oriented features, a demonstration package is also included.  
  29. Open the VB Project "DemoVBOF.vbp".  If there are any problems opening the 
  30. project, see some suggestions located in "DemoVBOF.txt".
  31.  
  32. In the demo, note several features available only to object-oriented 
  33. programs:
  34.  
  35. ╖ objects are imbedded within one another for an enriched data environment. 
  36.   For example:
  37.     Address objects contain State objects.  This enables the Address 
  38.            objects to be "smarter", like knowing the Capital City of the State
  39.         Person objects contain Mother and Father objects.  This enables the 
  40.            Person objects to be "smarter" about its lineage
  41.         Person objects contain Spouse objects.  This enables the Person to 
  42.            respond with details about its spouse
  43.  
  44. ╖ collections of multiple objects are imbedded within one another (Addresses 
  45.   within Persons, Phones within Persons, Persons within Company, etc.)
  46.  
  47. ╖ automatic implementation of the application's object containment
  48.   hierarchy and automatic object persistence through a fully encapsulated
  49.   database interface
  50.  
  51. ╖ inter-task communication is conducted with complete object independence, 
  52.   through triggered events
  53.  
  54. ╖ multiple views of the same objects which immediately reflect any changes 
  55.   performed independently by any one of those views
  56.  
  57. ╖ an object-oriented manner of manipulating common GUI-centric VB controls,
  58.   such as the DBGrid, ListBox, ComboBox, RecordSet, DataControl, etc.
  59.  
  60. This is a Shareware product.  Those who agree to pay a registration fee 
  61. of $29, will be kept up-to-date with future releases within this version.  
  62. Refer to the file Register.txt for registration information.
  63.  
  64. Microsoft Visual Basic is a registered trademark of the Microsoft Corporation.