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

  1. *******************************************************************
  2. *                                                                 *
  3. * Subject: OS/2 Developer Magazine, GUI Corner column,            *
  4. *          "A Musical List Box" - May/June 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. *                                                                 *
  15. *******************************************************************
  16. *
  17. * This self-extracting zip file contains the source and executables
  18. * for a 32-Bit listbox replacement.  See README.NOW for additional
  19. * information.  We've included makefiles for C Set, WATCOM, and
  20. * Borland.  Additionally, a sample program is included to demo
  21. * the listbox.
  22. *
  23. * Please direct any comments, questions, and such to either Matt Smith
  24. * (Internet: prominar@io.org CompuServe: 70363,1175) or Mark Benge
  25. * (Internet: banzai@vnet.ibm.com CompuServe: 73532,2063  VNET: banzai AT CARVM3)
  26. *
  27. * Please note that this code is freeware and is provided on an "AS IS"
  28. * basis, without any type of support.
  29. *
  30. * Stay tuned for the July/August '94 issue of the OS/2 Developer, as
  31. * we continue our 32-Bit Listbox development series in the area of
  32. * text editing.
  33. *
  34.