home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddespy.zip / IOS2P016.TXT < prev   
Text File  |  1994-08-12  |  3KB  |  83 lines

  1. Author: Harald (HaWi) Wilhelm
  2.         Am Scheidweg 60
  3.         D-50765 Koeln
  4.         Germany
  5.         CIS: 100031,1250
  6.  
  7. Description of IOS2P016.EXE
  8. ===========================
  9.  
  10. This application shows a full functioning DDE client example. You can use this
  11. utility to query all running DDE server applications.
  12.  
  13. Initiate a DDE conversation with:
  14.  
  15.  - Pushbutton Applications
  16.  
  17.    -> Looks for all DDE server applications currently running. All found DDE
  18.       server will be inserted into the left listbox.
  19.  
  20.  - Pushbutton Topics
  21.  
  22.    -> Select an application in the left listbox and press this pushbutton. The
  23.       selected application will be queried for all supported topics. All topics
  24.       will be inserted into the second listbox.
  25.  
  26.  - Pushbutton Items
  27.  
  28.    -> This pushbutton is only enabled for the System topic. If the application
  29.       answer's with a System topic and you select this item in the second
  30.       listbox, you can hit the Items pushbutton to view all System items below
  31.       the System topic.
  32.  
  33.  - Pushbutton Request
  34.  
  35.    -> Use one of the following to issue a DDE request. What you'll need depends
  36.       on the supported topics. Query the corresponding DDE server manual.
  37.  
  38.    1. Select an application
  39.       Select a topic
  40.  
  41.    2. Select an application
  42.       Select a topic
  43.       Select an item
  44.  
  45.    3. Select an application
  46.       Select a topic
  47.       Enter an item into the entryfield below the right listbox.
  48.       
  49.  - Pushbutton Poke
  50.  
  51.    -> Use one of the following to issue a DDE poke. What you'll need depends
  52.       on the supported topics. Query the corresponding DDE server manual.
  53.  
  54.    1. Select an application
  55.       Select a topic
  56.       Enter data into MLE
  57.  
  58.    2. Select an application
  59.       Select a topic
  60.       Enter an item into the entryfield below the right listbox.
  61.       Enter data into MLE
  62.  
  63.  - Pushbutton Advise
  64.  
  65.    -> Use one of the following to issue a DDE advise. What you'll need depends
  66.       on the supported topics. Query the corresponding DDE server manual. Not
  67.       all DDE requests will support an advise request too.
  68.  
  69.    1. Select an application
  70.       Select a topic
  71.  
  72.    2. Select an application
  73.       Select a topic
  74.       Select an item
  75.  
  76.    3. Select an application
  77.       Select a topic
  78.       Enter an item into the entryfield below the right listbox.
  79.  
  80.  - Pushbutton Terminate (only enabled when an advise request is pending)
  81.  
  82.    -> Immediately stops an active advise request.
  83.