home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / os2 / npipe / clinpipe.ipf < prev    next >
Text File  |  1999-05-11  |  1KB  |  34 lines

  1. .*==============================================================*\
  2. .*                                                              *
  3. .* Clinpipe.ipf - Information Tag Language file for the main    *
  4. .*              sample pipe application's help manager          *
  5. .*                                                              *
  6. .*==============================================================*/
  7. :userdoc.
  8.  
  9. .*--------------------------------------------------------------*\
  10. .*  Main window extended help panel                             *
  11. .*      res = PANEL_MAIN                                        *
  12. .*--------------------------------------------------------------*/
  13. :h1 res=2100 name=PANEL_MAIN.About Sample
  14. :i1 id=aboutMain.About Sample
  15. :p.The Named pipe application is the client end of a sample
  16. application of named pipes for communication between unrelated processes.
  17.  
  18. .*-- Import the File menu help file --*
  19. .im clifile.ipf
  20.  
  21. .*-- Import the Option menu help file --*
  22. .im clioptn.ipf
  23.  
  24. .*-- Import the Help menu help file --*
  25. .im help.ipf
  26.  
  27. .*-- Import the About box help file --*
  28. .im dlg.ipf
  29.  
  30. .*-- Import the Dialog box help file --*
  31. .im clidlg.ipf
  32.  
  33. :euserdoc.
  34.