http://www.vb-helper.com/HowTo/viewfile.zip

	Purpose
Quickly display the contents of a text file.

	Method
Use DriveList, DirectoryList, and FileList controls to select files. Use the
Input$ function to quickly read and display file contents.

Background: My mail system (CompuServe) sometimes stores messages in files
named Untitled.bin, UNTITLED[1].BIN, etc. I made this application so I could
quickly see what they contain and decide which ones to delete.

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
