                              Drag and Drop Example

This example demonstrates different techniques used to drag and drop. It has 4
set examples which are as follows:

1.  List to Control:  Shows drag and drop from the Department file to the
    Department control.

2.  List to List:  Shows drag and drop from Team One to Team Two, including
    file handling and manipulation.

3.  Window to Window:  Shows drag and dro8p onto the Project Form from the
    Project window and the Leader Window.

4.  Application to Application:  Shows dragging from the Master Department file,
    which is an external Clarion Program (Master.EXE), to the Department
    Listing in the current application.

   All of the source for these examples are documented with comments in the
   .APP.  It also gives references to the Language Reference Manual whenever
   necessary.  The format for these references is (7-11) for the page number.
   Additional topics that may be read in Help are 'Drag and Drop Prcessing'
   and How to Drag and Drop to a list box.

   Note:  The Drag and Drop Play example is not documented. It was just added
   as an extra.
