SAMPLE: DDE Sample Code in Software Library

Last reviewed: February 15, 1996
Article ID: Q73681
The information in this article applies to:
  • Microsoft Windows Software Development Kit (SDK) for Windows versions 3.0 and 3.1

DDE is a code sample in the Microsoft Software library that demonstrates dynamic-data exchange (DDE) and how it is programmed under Windows 3.0.

Download DDE.EXE, a self-extracting file, from the Microsoft Software Library (MSL) on the following services:

  • Microsoft Download Service (MSDL)

          Dial (206) 936-6735 to connect to MSDL
          Download DDE.EXE (size: 33939 bytes) 
    
  • Internet (anonymous FTP)

          ftp ftp.microsoft.com
          Change to the \SOFTLIB\MSLFILES directory
          Get DDE.EXE (size: 33939 bytes) 
    

There are two separate applications in the DDE archive file: TICTAPE and BARGRAPH. For each application, the archive holds a makefile, header file, C source code, resources (.RC) file, segment definitions (.DEF) file, and an icon.

TICTAPE is a DDE server that randomly creates and transmits data about four stocks. BARGRAPH is a DDE client that graphically illustrates the data from TICTAPE. TICTAPE was demonstrated at "Windows on Wall Street," June 4, 1986.

To use these applications, perform the following six steps:

  1. Download from the Microsoft Software Library and expand the DDE file.

  2. Build TICTAPE and BARGRAPH.

  3. Start Windows.

  4. Run TICTAPE.EXE.

  5. Run BARGRAPH.EXE.

  6. Activate TICTAPE and choose "Start Ticker Tape".

The BARGRAPH application's main window will dynamically display the (random) values of the four stocks.

Additional information concerning DDE can be found in Chapter 22 of the "Microsoft Windows Software Development Kit Guide to Programming" and in Chapter 15 of the "Microsoft Windows Software Development Kit Reference, Volume 2."


Additional reference words: 3.00 3.10 softlib DDE.EXE
KBCategory: kbprg kbfile
KBSubcategory: UsrDde


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: February 15, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.