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

  1. *******************************************************************
  2. *                                                                 *
  3. * Subject: OS/2 Developer Magazine, GUI Corner column,            *
  4. *          "The Forbidden Text" - July/August 1994 issue.         *
  5. * Purpose: Compilable 32-Bit edit 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. *                                                                 *
  13. *******************************************************************
  14. *
  15. * This self-extracting zip file contains the source and executables
  16. * for a 32-Bit edit control.  See README.NOW for additional
  17. * information.  We've included makefiles for C Set, WATCOM, and
  18. * Borland.  Additionally, a sample program is included to demo
  19. * the edit control.
  20. *
  21. * Please direct any comments, questions, and such to either Matt Smith
  22. * (Internet: prominar@io.org CompuServe: 70363,1175) or Mark Benge
  23. * (Internet: banzai@vnet.ibm.com CompuServe: 73532,2063  VNET: banzai AT CARVM3)
  24. *
  25. * Please note that this code is freeware and is provided on an "AS IS"
  26. * basis, without any type of support.
  27. *
  28. * Stay tuned for the September/October '94 issue of the OS/2 Developer, as
  29. * we continue our 32-Bit Listbox development series in the area of OO:
  30. * we will provide a C++ wrapper for the listbox, and show how to integrate
  31. * it with the C Set++ User Interface Class Libraries.
  32. *
  33.