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

  1. *******************************************************************
  2. *                                                                 *
  3. * Subject: OS/2 Developer Magazine, GUI Corner column,            *
  4. *          "Manipulating Dialogues in C++" - Sept/Oct 1995 issue. *
  5. * Purpose: Compilable 32-Bit source code sample to illustrate     *
  6. *          dialogue processing in C++.                            *
  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 printing within OS/2. We've included a makefile for the
  23. * VisualAge C++ for OS/2 compiler.  Please see README.NOW for
  24. * additional information.
  25. *
  26. * Please direct any comments, questions, and such to either Matt Smith
  27. * (Internet: msmith@prominare.com CompuServe: 70363,1175) or Mark Benge
  28. * (Internet: banzai@vnet.ibm.com CompuServe: 73532,2063  VNET: banzai AT CARY)
  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 November/December '95 issue of the OS/2 Developer,
  34. * as we explore bitmaps.
  35. *
  36.