------------------------------------------------------------------------
 Drag-n-Drop Inside Grid Sample for iGrid ActiveX
 
 Control Version: 3.0
 Environment: Visual Basic 6

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

Description
===========
This simple application suggest you an approach how you can drag cells inside an iGrid control.

Short Code Explanation
======================
iGrid like any other standard VB control has drag-n-drop related features. They are used in this demo to show how you can drag one cell and drop it on the other one with copying the source cell value to the destination cell.

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.
