changing column value to hyper link
-
Hi all, I have made a report style list control. In that list control i have made two columns. What i want to do is when column 2 value changes to certain number then column 1 value should change into hyperlink. how can i do this. Thanks in advance
-
Hi all, I have made a report style list control. In that list control i have made two columns. What i want to do is when column 2 value changes to certain number then column 1 value should change into hyperlink. how can i do this. Thanks in advance
What event causes column 2 to change? You need to monitor or capture that, and make the changes to column 1 at the appropriate time. Without knowing more about your code it is difficult to be more specific.
Unrequited desire is character building. OriginalGriff
-
What event causes column 2 to change? You need to monitor or capture that, and make the changes to column 1 at the appropriate time. Without knowing more about your code it is difficult to be more specific.
Unrequited desire is character building. OriginalGriff
both columns have been initialized with some values when initial value of column 2 increases then column one value should become hyperlink. Thanks.
-
Hi all, I have made a report style list control. In that list control i have made two columns. What i want to do is when column 2 value changes to certain number then column 1 value should change into hyperlink. how can i do this. Thanks in advance
Here are different examples of creating a hyperlink in the CListCtrl: A list control with hyperlink function[^] Simple CListCtrl with HyperLink Function[^] CListCtrl With Web Links[^]
-
Hi all, I have made a report style list control. In that list control i have made two columns. What i want to do is when column 2 value changes to certain number then column 1 value should change into hyperlink. how can i do this. Thanks in advance
for static controls: here