-----------------------------------------------------------------

                            TmdDrop

-----------------------------------------------------------------

The inhand package is in version 1.0, and given free the
13th November 1997.

Latest version will always be avalible from
http://einstein.ot.dk/~djernaes

This package offers a component (TmdDrop) which offers the 
ability to make any windowed control (window/form) acepting
droped files from the Windows 95/NT4.0 explore. 
The special with this component is that it hooks itself into
the message stream of other components (via the TmsMsgComponent)
so it can expand an existsing components functionallity.

-----------------------------------------------------------------
Components :
  TmdMsgComponent (ver 1.0)
  TmdDrop

TmdMsgComponent :
  This is the base class for my TmdDrop and my TmdTray component, 
  and create a hook into the form (on which it is placed) if the 
  handle not is changed.

TmdDrop :
  This is the Drag'n Drop component. It offers a property where
  you can request it to hook into another windowed control 
  than the parent form. Another property (run time) can be read 
  for the last list of dropped files.
  A event if acknowledging you when files are droped on the
  "hook window".

-----------------------------------------------------------------
Note :
  Based on mdMsgComponent (= meight requere a bit of resources)
  Meight not work without a form, but who will make drag'n drop
  without a form?

 
-----------------------------------------------------------------
Legal issues :
Copyright  1997 by Martin Djerns <djernaes@metronet.de>

This software is provided as it is, without any kind of warranty
given. The auther can not be held responsible for any kind of
damage, problems etc. arised from using this product.

You may use this software in any kind of development, including
comercial, and redistribute it freely, under the following
restrictions :

1. The origin of this software may not be mispresented, you must
   not claim that you wrote the original software. If you use
   this software in any kind of product, it would be appreciated
   that there in a information box, or in the documentation would
   be an acknowledgmnent like this
          Parts Copyright  1997 by Martin Djerns

2. You may not have any income from distributing this source
   to other developers. When you use this product in a comercial
   package, the source may not be charged seperatly.

3. This notice may not be removed from the source, when distributing
   such. When distributing a comercial package, where the source
   also is avalible, this notice should also follow the package, even
   you choose not to make my source avalible.

                                                               - MD97