home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warptlk3.zip / TOOLKIT / SAMPLES / OS2 / QUEUES / CLIQUEUE.IPF < prev    next >
Text File  |  1995-08-24  |  1KB  |  33 lines

  1. .*==============================================================*\
  2. .*                                                              *
  3. .* cliqueue.ipf - Information Tag Language file for the main    *
  4. .*              sample application's help manager               *
  5. .*                                                              *
  6. .*  Copyright 1991, IBM Corp.                                   *
  7. .*==============================================================*/
  8. :userdoc.
  9.  
  10. .*--------------------------------------------------------------*\
  11. .*  Main window extended help panel                             *
  12. .*      res = PANEL_MAIN                                        *
  13. .*--------------------------------------------------------------*/
  14. :h1 res=2100 name=PANEL_MAIN.About Sample
  15. :i1 id=aboutMain.About Sample
  16. :p.This sample application demonstrates the use of an IPC queue.
  17. Messages entered in multiple client processes are displayed
  18. by the server process, having been passed through a queue.
  19.  
  20. .*-- Import the File menu help file --*
  21. .im file.ipf
  22.  
  23. .*-- Import the Option menu help file --*
  24. .im clientry.ipf
  25.  
  26. .*-- Import the Help menu help file --*
  27. .im help.ipf
  28.  
  29. .*-- Import the Dialog boxes help file --*
  30. .im dlg.ipf
  31.  
  32. :euserdoc.
  33.