------------------------------------------------------------------------
 Hyperlink Cells Sample for iGrid ActiveX
 
 Control Version: 3.0
 Environment: Visual Basic 6

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

Description
===========
In this demo you'll find the code that can help you to implement the hyperlink cell functionality for the iGrid cells.


Short Code Explanation
======================
To implement such hyperlink functionality for the iGrid cells, you can use the MouseEnter and MouseLeave events. Simply change the form's mouse cursor and the font for the cell text under the mouse pointer to the hand cursor if the cell should be treated as hyperlink in the MouseEnter event, and back to the default cursor in the MouseLeave one. Your action for the clicked hyperlink can be placed in the MouseUp event.
