                        Drag and Drop Toolkit

                            Version 1.00


                         Copyright (c) 1994
                              ToolSoft                           


History
-------


        Version 1.00            [March 5, 1994]

        Original Release.
        

Introduction
------------

This toolkit provides you with a means to put drag and drop
into your applications.

You can drag COLOURED icons "in formation" around the screen,
and show a no-entry sign if the drag is not permitted.

The toolkit also includes an "Icon Box" control, similar to
that in the Windows Program Manager. 

Sample applications included show how you can use the Icon Box
control to drag icons to another Window and drop them on a simple
form.

Full Programmers Guide and Reference is provided in Windows Help File
format.

ShareWare
---------

Drag and Drop Toolkit is ShareWare.  
You may evaluate the pack for 30 days. If you find it useful,
please send a registration fee of UK  30 to:

        ToolSoft
        164 Oxford Road
        Windsor
        Berkshire SL4 5DU
        United Kingdom


Upon registering you will receive updates at special rates and
technical support via an Internet email address.

If you have any comments or need further details, contact us on:

sdw@zara.demon.co.uk

File Manifest
-------------

readme.txt                      -       This file
iconbox.hlp                     -       Programmers Guide and Reference

dragdrop.h                      -       Drag and Drop Prototypes
dragdrop.dll                    -       Drag and Drop System DLL
dragdrop.lib                    -       Import Library for DLL

iconbox.h                       -       Icon Box Macros and Messages
iconbox.dll                     -       Icon Box Custom Control
iconbox.lib                     -       Import Library for Icon Box DLL

dsource.c                       -       Source code for "Drag Source"
                                        Sample Application
dsource.rc                      -       Resource file for "Drag Source"
dsource.rh                      -       Resource defines for "Drag Source"
dsource.def                     -       Definition Module for "Drag Source"
dsource.exe                     -       "Drag Source" Application
bread.ico                       -       icons used in "Drag Source"
veg.ico
wine.ico
mgr1.ico
mgr2.ico
mgr3.ico

dtarget.c                       -       Source code for "Drag Target"
                                        Sample Application
dtarget.rc                      -       Resource file for "Drag Target"
dtarget.rh                      -       Resource defines for "Drag Target"
dtarget.def                     -       Definition Module for "Drag Target"
dtarget.exe                     -       "Drag Target" Application

samples.mak                     -       Make file for Sample Applications

