*******************************************************************
*                                                                 *
* Subject: OS/2 Developer Magazine, GUI Corner column,            *
*          "The Forbidden Text" - July/August 1994 issue.         *
* Purpose: Compilable 32-Bit edit control source code sample      *
*          and test routine for various OS/2 compilers.           *
* Authors: Matt Smith, Prominare Inc.                             *
*          Mark Benge, IBM Software Solutions                     *
*                                                                 *
* Revisions:                                                      *
*          Version 1 - Initial cut                                *
*                                                                 *
*******************************************************************
*
* This self-extracting zip file contains the source and executables
* for a 32-Bit edit control.  See README.NOW for additional
* information.  We've included makefiles for C Set, WATCOM, and
* Borland.  Additionally, a sample program is included to demo
* the edit control.
*
* Please direct any comments, questions, and such to either Matt Smith
* (Internet: prominar@io.org CompuServe: 70363,1175) or Mark Benge
* (Internet: banzai@vnet.ibm.com CompuServe: 73532,2063  VNET: banzai AT CARVM3)
*
* Please note that this code is freeware and is provided on an "AS IS"
* basis, without any type of support.
*
* Stay tuned for the September/October '94 issue of the OS/2 Developer, as
* we continue our 32-Bit Listbox development series in the area of OO:
* we will provide a C++ wrapper for the listbox, and show how to integrate
* it with the C Set++ User Interface Class Libraries.
*