home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / os2sdk / os2sdk11 / tk3 / dlgsamp / readme < prev   
Encoding:
Text File  |  1989-02-20  |  952 b   |  31 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.EXE    Executable
  24. DLGSAMP.H    Header file
  25. DLGSAMP.ICO    Icon
  26. DLGSAMP.RC    Resource file
  27. DLGSAMP.SYM    Symbol file
  28. DLGSAMP1.H    Header file
  29. PROBLEMS    Suggestions for improvements
  30. README        This file
  31.