e-mail name:  ronmart
Location:     LPC 2124


Simple File I/O Class Module

Encapsulates basic file input/output routines in a easy to use class.

**********************************************************************************************
NOTE: This code isn't fully debugged as of 7/23/95.  It should be completely debugged by 7/25.
**********************************************************************************************

1)To build this application sample, either double click on the fileio.vbp icon 
under Windows (any version), or select this file from the File/Open menu in Visual 
Basic.  Once the application is loaded, either select Run/start to run
the program, or File/Make Exe to build an executable of the application.

2a)
|SAMPLE CODE.  Microsoft grants to you a royalty-free right to
|use and modify the source code version and to reproduce and
|distribute the object code version of the sample code, icons,
|cursors, and bitmaps provided within the Sample Code
|bin/folder on the SOFTWARE ("Sample Code") provided that you:
|(a) distribute the Sample Code only in conjunction with and as
|a part of your software product; (b) do not use Microsoft's
|name, logo, or trademarks to market your software product; and
|(c) agree to indemnify, hold harmless, and defend Microsoft
|and its suppliers from and against any claims or lawsuits,
|including attorneys' fees, that arise or result from your
|distribution of your software product.
|
|REDISTRIBUTABLE COMPONENTS.  Microsoft grants you a
|non-exclusive royalty-free right to reproduce and distribute
|the .DLL files included as part of the Sample Code provided
|that you: (a) distribute the .DLL files only in conjunction
|with and as a part of your software product; (b) do not use
|Microsoft's name, logo, or trademarks to market your software
|product; (c) agree to indemnify, hold harmless, and defend
|Microsoft and its suppliers from and against any claims or
|lawsuits, including attorneys' fees, that arise or result from
|the use or distribution of your software product; and (d)
|otherwise comply with the terms of this license agreement.

2b) Distribute freely, just don't complain that its not as fast as C. <g>

3) Place in Unsupported Samples directory.

4) Ronald R. Martinsen (ronmart)  206 704 4263

5) VB4 16 & 32-bit editions, under Windows 3.1, Windows 95 or 
   Windows NT 3.51.

