http://www.vb-helper.com/HowTo/flextip.zip

	Purpose
Display a different tip for each cell in a FlexGrid control

	Method
In the control's MouseMove event handler, use the MouseRow and MouseCol
methods to see which cell is under the mouse. Make the new tooltip and,
if it is different from the current tip, display it.

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
