README.TXT
Upload User: bangxh
Upload Date: 2007-01-31
Package Size: 42235k
Code Size: 1k
Category:

Windows Develop

Development Platform:

Visual C++

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