<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Hyperlink Hover</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Hyperlink Hover]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 23:03:49 +0000</pubDate>
  <lastBuildDate>Mon, 26 Mar 2007 11:06:02 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=6622</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Hyperlink Hover : My personal preference would be...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6622&amp;PID=21459&amp;title=hyperlink-hover#21459</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 6622<br /><strong>Posted:</strong> 26 March 2007 at 11:06am<br /><br />My personal preference would be to have it underline AND change colors.&nbsp; Maybe just add 2 boolean properties (1 for HoverUnderline and 1 for HoverChangeColor) and 1 property for the color allowing us to choose what happens and which color if HoverChangeColor = True?&nbsp; That way we can choose any combination we prefer.<br><br>Thanks!<br>]]>
   </description>
   <pubDate>Mon, 26 Mar 2007 11:06:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6622&amp;PID=21459&amp;title=hyperlink-hover#21459</guid>
  </item> 
  <item>
   <title><![CDATA[Hyperlink Hover : Ok, I see now.However, this is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6622&amp;PID=21380&amp;title=hyperlink-hover#21380</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 6622<br /><strong>Posted:</strong> 22 March 2007 at 6:45pm<br /><br />Ok, I see now.<br><br>However, this is simply not implemented yet. <br><br>What is the preferable way of indicating?<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Thu, 22 Mar 2007 18:45:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6622&amp;PID=21380&amp;title=hyperlink-hover#21380</guid>
  </item> 
  <item>
   <title><![CDATA[Hyperlink Hover : I know how to set up the Hyperlink....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6622&amp;PID=21151&amp;title=hyperlink-hover#21151</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 6622<br /><strong>Posted:</strong> 14 March 2007 at 8:49am<br /><br />I know how to set up the Hyperlink.&nbsp; I have that working with no problem. &nbsp; However, when holding the mouse over a hyperlink, it doesn't underline, highlight or change colors before the click.&nbsp; I would like to give some graphical indication (other than the cursor change) to the user when the mouse goes over a hyperlink.]]>
   </description>
   <pubDate>Wed, 14 Mar 2007 08:49:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6622&amp;PID=21151&amp;title=hyperlink-hover#21151</guid>
  </item> 
  <item>
   <title><![CDATA[Hyperlink Hover : Hi,Yes, look into Hyperlinks collection...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6622&amp;PID=21140&amp;title=hyperlink-hover#21140</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 6622<br /><strong>Posted:</strong> 13 March 2007 at 5:09pm<br /><br />Hi,<br><br>Yes, look into Hyperlinks collection and AddHyperlink method. When adding a second item, setup its contents as a hyperlink by calling something like:<br>pItem.Hyperlinks.AddHyperlink 1, Len(your_string)<br><br>There is a piece of corresponding sample functionality in our VB ReportSample.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Tue, 13 Mar 2007 17:09:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6622&amp;PID=21140&amp;title=hyperlink-hover#21140</guid>
  </item> 
  <item>
   <title><![CDATA[Hyperlink Hover : I have a report control (10.4.2...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6622&amp;PID=21109&amp;title=hyperlink-hover#21109</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 6622<br /><strong>Posted:</strong> 12 March 2007 at 12:06pm<br /><br />I have a report control (10.4.2 with VB6) set up with 2 columns.&nbsp; The first column just has an Icon.&nbsp; The second column has a string set up as a hyperlink.<br><br>Is there an easy way to tell the report control to highlight and/or underline the item in column 2 when the mouse hovers over it?<br><br>Thanks!<br>]]>
   </description>
   <pubDate>Mon, 12 Mar 2007 12:06:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6622&amp;PID=21109&amp;title=hyperlink-hover#21109</guid>
  </item> 
 </channel>
</rss>