<?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 : Tab C&#111;ntrol Unicode</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : Tab C&#111;ntrol Unicode]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 07 Sep 2026 15:27:41 +0000</pubDate>
  <lastBuildDate>Mon, 05 Jun 2006 16:43:52 +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=4353</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[Tab C&#111;ntrol Unicode : When using the Unicode version...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4353&amp;PID=13408&amp;title=tab-control-unicode#13408</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1368">ScottW</a><br /><strong>Subject:</strong> 4353<br /><strong>Posted:</strong> 05 June 2006 at 4:43pm<br /><br />When using the Unicode version of the 10.1 Suite Controls, shouldn't the following be showing Unicode characters in the tab captions?<br><br><span style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);">Private Sub Form_Load()</span><br style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);"><span style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);">&nbsp;&nbsp;&nbsp; Dim f As New StdFont</span><br style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);"><span style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);">&nbsp;&nbsp;&nbsp; f.Name = "Arial Unicode MS"</span><br style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);"><span style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);">&nbsp;&nbsp;&nbsp; f.Size = 10</span><br style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);"><span style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);">&nbsp;&nbsp;&nbsp; </span><br style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);"><span style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);">&nbsp;&nbsp;&nbsp; With TabControl1</span><br style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);"><span style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set .PaintManager.Font = f</span><br style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);"><span style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .InsertItem 0, "Test " &amp; ChrW$(&amp;H6B21), 0, 0</span><br style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);"><span style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .InsertItem 1, "Test " &amp; ChrW$(&amp;H6B22), 0, 0</span><br style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);"><span style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .InsertItem 2, "Test " &amp; ChrW$(&amp;H6B23), 0, 0</span><br style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);"><span style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PaintManager.Appearance = xtpTabAppearancePropertyPage</span><br style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);"><span style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PaintManager.DisableLunaColors = True</span><br style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);"><span style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PaintManager.Color = xtpTabColorWinXP</span><br style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);"><span style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PaintManager.Layout = xtpTabLayoutAutoSize</span><br style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);"><span style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PaintManager.HotTracking = True</span><br style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);"><span style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .DrawFocusRect = False</span><br style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);"><span style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);">&nbsp;&nbsp;&nbsp; End With</span><br style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);"><span style="font-family: Courier New,Courier,mono; color: rgb(0, 0, 102);">End Sub</span><br><br>I'm seeing question marks instead. Am I missing something?<br><br><br><br>]]>
   </description>
   <pubDate>Mon, 05 Jun 2006 16:43:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4353&amp;PID=13408&amp;title=tab-control-unicode#13408</guid>
  </item> 
 </channel>
</rss>