home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / framctl2.txt < prev    next >
Text File  |  1996-10-13  |  2KB  |  39 lines

  1. *******************************************************************
  2. *                                                                 *
  3. * Subject: OS/2 Magazine, GUI Corner column,                      *
  4. *          "A Picture Perfect Control - The Sequel" -             *
  5. *          November 1996 issue.                                   *
  6. * Purpose: Compilable 32-Bit source code sample to demonstrate    *
  7. *          writing frame control extensions for OS/2.             *
  8. * Authors: Matt Smith, Prominare Inc.                             *
  9. *          Mark Benge, IBM Software Solutions                     *
  10. *                                                                 *
  11. * Revisions:                                                      *
  12. *          Version 1   - Initial cut                              *
  13. *                                                                 *
  14. *******************************************************************
  15. *******************************************************************
  16. ********************  D I S C L A I M E R  ************************
  17. * This code is provided on an asis basis with no implied support. *
  18. * It should be considered freeware that cannot be rebundled as    *
  19. * part of a larger "*ware" offering without our consent.          *
  20. *******************************************************************
  21. *
  22. * This self-extracting zip file contains the source and executable to
  23. * demonstrate writing frame control extensions for OS/2.  We've included
  24. * a makefile for the IBM VisualAge C++ for OS/2 compiler.
  25. *
  26. * PLEASE SEE README.1ST FOR UP-TO-THE-MINUTE INFORMATION.
  27. *
  28. * Please direct any comments, questions, and such to either Matt Smith
  29. * (Internet: msmith@prominare.com CompuServe: 70363,1175) or Mark Benge
  30. * (Internet: banzai@raleigh.ibm.com CompuServe: 73532,2063
  31. * NOTES: banzai@RTPNOTES)
  32. *
  33. * Please note that this code is freeware and is provided on an "AS IS"
  34. * basis, without any type of support.
  35. *
  36. * Stay tuned for the December '96 issue of OS/2 Magazine,
  37. * as we conclude our frame control series.
  38. *
  39.