home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / iis4_07.cab / readme.txt16 < prev    next >
Text File  |  1997-10-25  |  1KB  |  56 lines

  1.                      Visual Basic 5 Power Sample
  2.                      ===========================
  3.  
  4.  
  5. Table of Contents
  6. =================
  7.  
  8.     Overview
  9.     File List
  10.     Change Notes
  11.  
  12.  
  13. Overview
  14. ========
  15.  
  16. This is the Visual Basic 5 version of the Power sample object for
  17. Active Server Pages.  It demonstrates how to write a component that
  18. makes use of the intrinsic ASP objects.
  19.  
  20. Please read the top-level ReadMe for all the Simple and Power samples.
  21.  
  22. Look at VB5Pwr.cls to see how these methods and properties are
  23. declared and implemented.
  24.  
  25.  
  26. File List
  27. =========
  28.  
  29. File             Description
  30. ----             -----------
  31.  
  32. .\Source
  33.  
  34.  VB5Pwr.cls      the source code for the VB5 power component
  35.  VB5Pwr.vbp      the project file
  36.  
  37. .\Samples
  38.  
  39.  VB5Pwr.asp      Demonstrates the use of the VB5 Power Sample object
  40.  
  41.  
  42. Change Notes
  43. ============
  44.  
  45. Beta 1: February 1997
  46. ---------------------
  47.  
  48. First release.
  49.  
  50.  
  51. Beta 2: March 1997
  52. ------------------
  53.  
  54. * Better comments.
  55.  
  56.