<?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 : Tooltips with Unicode Text</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : Tooltips with Unicode Text]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 00:56:04 +0000</pubDate>
  <lastBuildDate>Mon, 26 Sep 2016 09:13:57 +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=23143</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[Tooltips with Unicode Text : I&amp;#039;m not seeing Unicode text...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23143&amp;PID=75148&amp;title=tooltips-with-unicode-text#75148</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1368">ScottW</a><br /><strong>Subject:</strong> 23143<br /><strong>Posted:</strong> 26 September 2016 at 9:13am<br /><br />I'm not seeing Unicode text shown properly in tooltips with ActiveX 17.2. <br><br><img src="uploads/1368/tooltip.JPG" height="250" width="328" border="0" /><br><br>Maybe I'm doing something wrong here. It actually seems to ignore any changes to the ToolTipContext properties. Here I just placed a few controls on a form and set the properties the same for each one. The captions all show Unicode, but the tooltips don't. Do I need to enable that some other way?<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp; Dim f As StdFont<br>&nbsp;&nbsp;&nbsp; Dim ctl As Object<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Set f = New StdFont<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; f.Name = "Segoe UI"<br>&nbsp;&nbsp;&nbsp; f.Size = 9<br>&nbsp;&nbsp;&nbsp; <br>On Error Resume Next<br><br>&nbsp;&nbsp;&nbsp; For Each ctl In Me.Controls<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set ctl.Font = f<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set ctl.ToolTipContext.Font = f<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ctl.Text = ChrW$(&amp;H6667) &amp; "-Text"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ctl.Caption = ChrW$(&amp;H6667) &amp; "-Caption"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ctl.ToolTipText = ChrW$(&amp;H6667) &amp; "-Tooltip"<br>&nbsp;&nbsp;&nbsp; Next<br></pre></td></tr></table><br><br><br><br>]]>
   </description>
   <pubDate>Mon, 26 Sep 2016 09:13:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23143&amp;PID=75148&amp;title=tooltips-with-unicode-text#75148</guid>
  </item> 
 </channel>
</rss>