Flowing Text Box
================

This control implements a FILO (First In Last Out) text box, similar to 
the text boxes in many popular IRC clients.  The control itself was 
written completely in Visual Basic.  I've decided to provide this without 
any source code.  The dialog is free for reuse, so long as you leave the 
right-click dialog intact and functioning.

For any comments, or suggestions, please email me 
at scott@scottandmichelle.net

=========================

OCX
---
  This directory contains the FlowingText.ocx file.  To install it, place
the file in your c:\windows\system directory, and run 
"regsvr32 c:\windows\system\flowingtext.ocx"

Sample
------
  This directory contains a VB5 sample application showing how to use the 
FlowingTextBox OCX.
