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

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