home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sdktools / winnt / ddespy / readme.txt < prev    next >
Text File  |  1996-01-17  |  1KB  |  35 lines

  1. Dynamic Data Exchange (DDE) Event and Status Viewer
  2.  
  3.  
  4. SUMMARY
  5. =======
  6.  
  7. The DDESPY tool allows you to view information about the status of dynamic 
  8. data exchange (DDE) conversations.
  9.  
  10. MORE INFORMATION
  11. ================
  12.  
  13. The DDESPY tool demonstrates how to monitor DDE messages by setting up an 
  14. APPCLASS_MONITOR callback function. The DDESPY-monitored data can be 
  15. selected and filtered through various options. The information is 
  16. represented in up to four selectable tracks for String Handles, 
  17. Conversations, Links and Services, each displayed in different overlapped 
  18. windows. DDESPY records the messages and displays them on the related 
  19. window. DDESPY is useful in debugging to verify DDE data and messages.
  20.  
  21. DDESPY demonstrates the following techniques:
  22.  
  23.   - Using a DDE APPCLASS_ MONITOR.
  24.   - Using a DDE callback routine.
  25.   - Creating ownerdraw multi-column list boxes (sorted by column).
  26.   - Creating a string class window to spool endless text.
  27.  
  28. To use DDESPY to monitor messages, do the following:
  29.  
  30.  1. Choose the Outputs menu to select the Output device.
  31.  2. Choose the Monitor menu to select the data you wish to monitor.
  32.  3. Choose the Track menu to select the track to be displayed.
  33.  4. Install a client server DDE conversation, such as \ddeml\client and 
  34.     \ddeml\server.
  35.