Now that I know some of you use this control I'm hoping that someone has the answer to this question.
In the samples there is a project called "Hyperlink". I'm using it to learn how to add a hyperlink column into a much larger project. The only problem is that it has an error in it. If you run the project and point directly to the hyperlink column it works fine. The error happens in the mousemove event when you point to a column that only has a string in it.
This is the line of code that causes the error as far as I can tell, since it is the one highlighted when the program stops.
Thanks for any help you can provide.
Rudy
In the samples there is a project called "Hyperlink". I'm using it to learn how to add a hyperlink column into a much larger project. The only problem is that it has an error in it. If you run the project and point directly to the hyperlink column it works fine. The error happens in the mousemove event when you point to a column that only has a string in it.
Code:
Dim link As Hyperlink = CType(Me.C1TrueDBGrid1(row, col), Hyperlink)
This is the line of code that causes the error as far as I can tell, since it is the one highlighted when the program stops.
Thanks for any help you can provide.
Rudy