----------------------------------------------------------------------------
 Borland C++
 Copyright (c) 1987, 1996 Borland International Inc.  All Rights Reserved.
----------------------------------------------------------------------------

TITLE:
    TSTAPP

PURPOSE:
    This illustrates how DDE messages can be sent from one application
    and received by another.

    TSTAPP.EXE - A windows program to send messages to msgwnd server.
    MSGWND.EXE - A windows program to receive and display messages.

COMMENTS:
    To use this program, build both MSGWND and TSTAPP using the provided
    project file or makefile.  When you run TSTAPP, MSGWND will be started
    automatically.

