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

                         TmdMailSlot

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

The inhand package is in version 1.1, and given free the 
18th April 1997.

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

The Package gives tree classes (two components) to use within
the Delphi 2.0 enviroment (eventually also 3.0 and C++ Builder,
but that is not prooven).

-----------------------------------------------------------------
Components :
  TmdCustomMailSlot
  TmdMailSlot
  TmdAutoMailSlot  - Not relevant any longer (see source)
  TmdCustomWinPopup
  TmdWinPopup

TmdCustomMailSlot :
  This is the base class containing all the mailslot functionallity
  given.

TmdMailSlot :
  This is the basic mailslot component, with the properties published.

TmdAutoMailSlot :
  This class in only included for compatibility with verions 1.0 of
  the package.

TmdCustomWinPopup :
  A class derived from TCustomMailSlot, build around the mailslot
  "messngr". The calss have the ability to recieve and send messages
  like WinPopup messages.


-----------------------------------------------------------------
Functions :
  SendToMailSlot
  SendBufToMailSlot

SendToMailSlot :
  This is a function which can send a message to a mailslot anywhere
  in the network.

SendBufToMailSlot :
  This is a function which send a buffer's contents to a mailslot
  anywhere in the network.

-----------------------------------------------------------------
Note :
  There is different ways of specifying different servers, or groups 
  of servers.

  The notation "." is the current server = the machine where the
  program runs.

  The notation "*" is the current domain = the domain on the network
  which the server (the machine where the program runs on) is pressent.

  The notation "XXX" is the machine with the name XXX.

* The next one I am not sure about, but try it and tell me if it
  were working.

  The notation "XXX*" is the domain with the name XXX.

-----------------------------------------------------------------
Thanks :

  Thanks to Don Hass for giving me information about WinPopup's
  mailslot.
 
-----------------------------------------------------------------
Legal issues :
Copyright  1997 by Martin Djerns <djernaes@einstein.ot.dk>

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