<?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 : CXTHyperLink</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTHyperLink]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 30 May 2026 15:36:18 +0000</pubDate>
  <lastBuildDate>Sun, 02 Nov 2003 14:57:21 +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=69</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[CXTHyperLink : Hello, These problems have been...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=69&amp;PID=449&amp;title=cxthyperlink#449</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1">kstowell</a><br /><strong>Subject:</strong> 69<br /><strong>Posted:</strong> 02 November 2003 at 2:57pm<br /><br /><P>Hello,</P><P>These problems have been corrected with the current 4.1 release of the toolkit</P><P>Cheers,<BR>Codejock Support</P>]]>
   </description>
   <pubDate>Sun, 02 Nov 2003 14:57:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=69&amp;PID=449&amp;title=cxthyperlink#449</guid>
  </item> 
  <item>
   <title><![CDATA[CXTHyperLink : I had Problem 2) too when trying...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=69&amp;PID=176&amp;title=cxthyperlink#176</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=100">Picahulu</a><br /><strong>Subject:</strong> 69<br /><strong>Posted:</strong> 03 July 2003 at 9:25am<br /><br /><P>I had Problem 2) too when trying to handle the OnClick-Event from the Parent Window&nbsp;and i've found this solution:</P><P>1. derive your own class from CXTHyperlink</P><P>2. create an <FONT size=2>STN_CLICKED notification handler. the message map should look like this:</FONT></P><FONT size=2><FONT size=2><P>BEGIN_MESSAGE_MAP(CMyOwnHyperLink, CXTHyperLink)</P><P>ON_CONTROL_REFLECT(STN_CLICKED, OnStnClicked)</P><P>END_MESSAGE_MAP()</P><P>you'll have full flexibility if you provide a callback function to your class which will be called from OnStnClicked whenever the user clicks on the hyperlink. <IMG src="http://forum.codejock.com/smileys/smiley16.gif" border="0"></P></FONT></FONT>]]>
   </description>
   <pubDate>Thu, 03 Jul 2003 09:25:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=69&amp;PID=176&amp;title=cxthyperlink#176</guid>
  </item> 
  <item>
   <title><![CDATA[CXTHyperLink : I am using the CXTHyperLink class...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=69&amp;PID=152&amp;title=cxthyperlink#152</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=81">rasshu</a><br /><strong>Subject:</strong> 69<br /><strong>Posted:</strong> 16 June 2003 at 12:42pm<br /><br /><P class=Ms&#111;normal><FONT face=Tahoma color=#993366 size=2><SPAN style="FONT-SIZE: 10pt; COLOR: #993366; FONT-FAMILY: Tahoma">&nbsp;I am using the CXTHyperLink class for having linked text. I do not need to go to the web to so anything therefore I have SetShellExecute( false);</SPAN></FONT></P><P class=Ms&#111;normal><FONT face=Tahoma color=#993366 size=2><SPAN style="FONT-SIZE: 10pt; COLOR: #993366; FONT-FAMILY: Tahoma">The problem I am seeing is</SPAN></FONT></P><P class=Ms&#111;normal style="MARGIN-LEFT: 0.5in; TEXT-INDENT: -0.25in"><FONT face=Tahoma color=#993366 size=2><SPAN style="FONT-SIZE: 10pt; COLOR: #993366; FONT-FAMILY: Tahoma">1)</SPAN></FONT><FONT color=#993366 size=1><SPAN style="FONT-SIZE: 7pt; COLOR: #993366">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></FONT><FONT face=Tahoma color=#993366 size=2><SPAN style="FONT-SIZE: 10pt; COLOR: #993366; FONT-FAMILY: Tahoma">The text in the label has reduced in size? &nbsp;It was set to be Tahoma 10 and it becomes like Tahoma 8. </SPAN></FONT></P><P class=Ms&#111;normal style="MARGIN-LEFT: 0.5in; TEXT-INDENT: -0.25in"><FONT face=Tahoma color=#993366 size=2><SPAN style="FONT-SIZE: 10pt; COLOR: #993366; FONT-FAMILY: Tahoma">2)</SPAN></FONT><FONT color=#993366 size=1><SPAN style="FONT-SIZE: 7pt; COLOR: #993366">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></FONT><FONT face=Tahoma color=#993366 size=2><SPAN style="FONT-SIZE: 10pt; COLOR: #993366; FONT-FAMILY: Tahoma">It does not get the onclick notification. I have implemented each onClick events and still the control does not even enter that handler? </SPAN></FONT></P><P class=Ms&#111;normal><FONT face=Tahoma color=#993366 size=2><SPAN style="FONT-SIZE: 10pt; COLOR: #993366; FONT-FAMILY: Tahoma">Is this the standard way of functioning? I do not see any help on how to fix this problem. </SPAN></FONT></P><P class=Ms&#111;normal><FONT face=Tahoma color=#993366 size=2><SPAN style="FONT-SIZE: 10pt; COLOR: #993366; FONT-FAMILY: Tahoma">Can anyone help!</SPAN></FONT></P><P class=Ms&#111;normal><FONT face=Tahoma color=#993366 size=2><SPAN style="FONT-SIZE: 10pt; COLOR: #993366; FONT-FAMILY: Tahoma">Thanks,</SPAN></FONT></P><P class=Ms&#111;normal><FONT face=Tahoma color=#993366 size=2><SPAN style="FONT-SIZE: 10pt; COLOR: #993366; FONT-FAMILY: Tahoma">rasshu</SPAN></FONT></P><P class=Ms&#111;normal><FONT face=Tahoma color=#993366 size=2><SPAN style="FONT-SIZE: 10pt; COLOR: #993366; FONT-FAMILY: Tahoma"></SPAN></FONT>&nbsp;</P>]]>
   </description>
   <pubDate>Mon, 16 Jun 2003 12:42:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=69&amp;PID=152&amp;title=cxthyperlink#152</guid>
  </item> 
 </channel>
</rss>