home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lstbx4.txt < prev    next >
Text File  |  1994-10-30  |  2KB  |  36 lines

  1. *******************************************************************
  2. *                                                                 *
  3. * Subject: OS/2 Developer Magazine, GUI Corner column,            *
  4. *          "Just a Matter of Editing" - Nov/Dec 1994 issue.       *
  5. * Purpose: Compilable 32-Bit listbox control source code sample   *
  6. *          and test routine for various OS/2 compilers.           *
  7. * Authors: Matt Smith, Prominare Inc.                             *
  8. *          Mark Benge, IBM Software Solutions                     *
  9. *                                                                 *
  10. * Revisions:                                                      *
  11. *          Version 1 - Initial cut                                *
  12. *          Version 2 - Added MMPM/2 support and the LSXS_CHECKBOX *
  13. *                      extended style.                            *
  14. *          Version 3 - Added ICLUI style C++ wrapper              *
  15. *          Version 4 - Added direct editing, popup menu,          *
  16. *                      and clipboard support.                     *
  17. *                                                                 *
  18. *******************************************************************
  19. *
  20. * This self-extracting zip file contains the source and executables
  21. * for a 32-Bit listbox replacement.  See README.NOW for additional
  22. * information.  We've included makefiles for C Set, WATCOM, and
  23. * Borland.  Additionally, a sample program is included to demo
  24. * the listbox.
  25. *
  26. * Please direct any comments, questions, and such to either Matt Smith
  27. * (Internet: prominar@io.org CompuServe: 70363,1175) or Mark Benge
  28. * (Internet: banzai@vnet.ibm.com CompuServe: 73532,2063  VNET: banzai AT CARVM3)
  29. *
  30. * Please note that this code is freeware and is provided on an "AS IS"
  31. * basis, without any type of support.
  32. *
  33. * Stay tuned for the January/February '95 issue of the OS/2 Developer,
  34. * as we explore the area of OS/2 exception handling.
  35. *
  36.