******************************************************************* * * * Subject: OS/2 Developer Magazine, GUI Corner column, * * "Just a Matter of Editing" - Nov/Dec 1994 issue. * * Purpose: Compilable 32-Bit listbox 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 * * Version 2 - Added MMPM/2 support and the LSXS_CHECKBOX * * extended style. * * Version 3 - Added ICLUI style C++ wrapper * * Version 4 - Added direct editing, popup menu, * * and clipboard support. * * * ******************************************************************* * * This self-extracting zip file contains the source and executables * for a 32-Bit listbox replacement. 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 listbox. * * 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 January/February '95 issue of the OS/2 Developer, * as we explore the area of OS/2 exception handling. *