Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
README.TXT
Package: MSDN_VC98.zip [view]
Upload User: bangxh
Upload Date: 2007-01-31
Package Size: 42235k
Code Size: 1k
Category:
Windows Develop
Development Platform:
Visual C++
- Dynamic Data Exchange (DDE) Event and Status Viewer
- SUMMARY
- =======
- The DDESPY tool allows you to view information about the status of dynamic
- data exchange (DDE) conversations.
- MORE INFORMATION
- ================
- The DDESPY tool demonstrates how to monitor DDE messages by setting up an
- APPCLASS_MONITOR callback function. The DDESPY-monitored data can be
- selected and filtered through various options. The information is
- represented in up to four selectable tracks for String Handles,
- Conversations, Links and Services, each displayed in different overlapped
- windows. DDESPY records the messages and displays them on the related
- window. DDESPY is useful in debugging to verify DDE data and messages.
- DDESPY demonstrates the following techniques:
- - Using a DDE APPCLASS_ MONITOR.
- - Using a DDE callback routine.
- - Creating ownerdraw multi-column list boxes (sorted by column).
- - Creating a string class window to spool endless text.
- To use DDESPY to monitor messages, do the following:
- 1. Choose the Outputs menu to select the Output device.
- 2. Choose the Monitor menu to select the data you wish to monitor.
- 3. Choose the Track menu to select the track to be displayed.
- 4. Install a client server DDE conversation, such as ddemlclient and
- ddemlserver.