				 DDELIB
			Horizon Technologies Inc.
			     (517) 347-0800
------------------------------------------------------------------------

Please find included in this archive:

    READLIB.TXT
	Contains this document.

    DDELIB.DLL
	Windows 3.0 dynamic link library called by the sample DDE programs
	and by any programs that you develop using DDELIB.  This file must be
	accessable via your path statement or in the current directory to run
	the sample programs.

    DDELIB.PRN
	Print file documenting DDELIB for Windows C programmers.

    DDEDEMOS.PRN
	Print file documenting the sample DDE programs.

    DDELIB.REG
	Registration form to register DDELIB.

    ACCEXCEL.EXE SESSION.EXE SESSUTIL.EXE SUB.EXE
	Sample DDE programs as documented in DDEDEMOS.TXT

    ACCEXCEL ACCEXCEL.C ACCEXCEL.DEF ACCEXCEL.H ACCEXCEL.ICO ACCEXCEL.RC
	Source files for ACCEXCEL.EXE

    SESSION SESSION.C SESSION.DEF SESSION.H SESSION.ICO SESSION.RC
	Source files for SESSION.EXE

    SESSUTIL SESSUTIL.C SESSUTIL.DEF SESSUTIL.H SESSUTIL.ICO SESSUTIL.RC
	Source files for SESSUTIL.EXE

    SUB SUB.C SUB.DEF SUB.H SUB.ICO SUB.RC
	Source files for SUB.EXE

    DDELIB.DOC
	Word for Windows (WINWORD) file version of DDELIB.TXT.

    DDEDEMOS.DOC
	Word for Windows (WINWORD) file version of DDEDEMOS.TXT.

    FISH3.EXE
	Aquarium for submarine.


To use DDELIB:

    Print out and read DDELIB.REG.
    Print out and read DDELIB.PRN.
    Print out and read DDEDEMOS.PRN.
    Copy FISH3.EXE, DDELIB.EXE, ACCEXCEL, SESSION.EXE,
	SESSUTIL.EXE and SUB.EXE into your WINDOWS directory.
    
    RUNNING ACCEXCEL -
	Run EXCEL.EXE using the Program Manager.
	Run ACCEXCEL.EXE using the Program Manager.
    
    RUNNING SUB -
	Run FISH3.EXE using the Program Manager.
	Run SUB.EXE using the Program Manager.
	Note - End SUB.EXE before ending FISH.EXE since there seems to be
	    a problem with FISH.EXE.
    
    RUNNING SESSION -
	Run SESSION.EXE using the Program Manager.
	Run SESSUTIL.EXE using the Program Manager.
	Run SESSUTIL.EXE again using the Program Manager.
	Run SESSUTIL.EXE again using the Program Manager.

    WRITING DDE APPLICATIONS -
	Copy the rest of the files to a developement directory.
	Study ACCEXCEL, SUB and SESSUTIL as DDE client applications.
	Study SESSION as a DDE server application.
	If your copy of the segmented linker is not named link.exe
	    (i.e. link4.exe) then you will have to modify the make files
	    distributed with the sample applications.
