------------------------------------------------------------------------
 Drag-n-Drop One Row Between 2 Grids for iGrid ActiveX
 
 Control Version: 3.0
 Environment: Visual Basic 6

 Copyright (c) 10Tec Company. All rights reserved.
------------------------------------------------------------------------

Description
===========
This demo contains the code that can be used to implement drag-n-drop operation between two iGrid controls. It can also be used to drag iGrid elements (rows, single cells or cell areas) into another VB form controls.

Short Code Explanation
======================
iGrid like any other standard VB control has the DragDrop event and supports all built-in VB drag-n-drop features you can use with its standard controls. This demo is an example of a classic drag-n-drop operation in VB.

You can place your code that starts drag-n-drop operation in the StartCellDrag event. This is the best place where this code can be put.
