home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / os2sdk / os2sdk12 / dlgsamp / readme < prev   
Encoding:
Text File  |  1989-11-20  |  903 b   |  29 lines

  1. Comments about DLGSAMP
  2.  
  3. DLGSAMP is "well-documented" (perhaps to a far extreme).  Running the
  4. program is fairly self-explanatory.
  5.  
  6. The icon is supposed to be a set of three radio buttons.  Modal/Modeless 
  7. refers to what type of dialog box style you want.
  8.  
  9.   "A modal dialog is destroyed before control is returned to the
  10.    invoking winproc, so it must pass the contents of its Entry Fields etc.
  11.    back to the invoking window before it returns.
  12.  
  13.    When a modeless dialog box returns it still continues to exist. It
  14.    could pass the contents of its Entry Fields etc. back to the
  15.    invoking window in several ways."
  16.  
  17.  
  18. File List:
  19. DLGSAMP        Makefile
  20. DLGSAMP.C    Source file
  21. DLGSAMP.DEF    Definition file
  22. DLGSAMP.DLG    Dialog resource file
  23. DLGSAMP.H    Header file
  24. DLGSAMP.ICO    Icon
  25. DLGSAMP.RC    Resource file
  26. DLGSAMP1.H    Header file
  27. PROBLEMS    Suggestions for improvements
  28. README        This file
  29.