<?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 : TabC&#111;ntrolitem Capti&#111;n not work</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : TabC&#111;ntrolitem Capti&#111;n not work]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 14:55:19 +0000</pubDate>
  <lastBuildDate>Mon, 12 May 2008 04:13:28 +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=2542</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[TabC&#111;ntrolitem Capti&#111;n not work : Looks like a problem then. I haven&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2542&amp;PID=35118&amp;title=tabcontrolitem-caption-not-work#35118</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 2542<br /><strong>Posted:</strong> 12 May 2008 at 4:13am<br /><br />Looks like a problem then. I haven't tested on anything below xp.<br><br>Would be a lot easier if Codejock allowed setting workspace tab caption (and icon) directly. Anyone from CJ care to say if this can be added?<br>]]>
   </description>
   <pubDate>Mon, 12 May 2008 04:13:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2542&amp;PID=35118&amp;title=tabcontrolitem-caption-not-work#35118</guid>
  </item> 
  <item>
   <title><![CDATA[TabC&#111;ntrolitem Capti&#111;n not work :    I have this on Win2K:    but...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2542&amp;PID=35109&amp;title=tabcontrolitem-caption-not-work#35109</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3933">enjay</a><br /><strong>Subject:</strong> 2542<br /><strong>Posted:</strong> 12 May 2008 at 12:00am<br /><br /><img src="https://forum.codejock.com/smileys/smiley5.gif" border="0"><DIV></DIV><DIV></DIV><DIV></DIV>I have this on Win2K:<DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/uploads/20080511_235841_unic.png" border="0"></DIV><DIV>&nbsp;</DIV><DIV>but on WinXP everything is fine&nbsp;<img src="https://forum.codejock.com/smileys/smiley4.gif" border="0">&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 12 May 2008 00:00:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2542&amp;PID=35109&amp;title=tabcontrolitem-caption-not-work#35109</guid>
  </item> 
  <item>
   <title><![CDATA[TabC&#111;ntrolitem Capti&#111;n not work : Hi Enjay,Yes this works now.First...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2542&amp;PID=35108&amp;title=tabcontrolitem-caption-not-work#35108</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 2542<br /><strong>Posted:</strong> 11 May 2008 at 11:58pm<br /><br />Hi Enjay,<br><br>Yes this works now.<br><br>First make sure you have unicode version of controls registered, then set mdichild form caption like this:<br><br><font color="#006633">Private Const WM_SETTEXT As Long = &amp;HC<br><br>Private Declare Function DefWindowProcW _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lib "user32" (ByVal hWnd As Long, _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ByVal wMsg As Long, _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ByVal wParam As Long, _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ByVal lParam As Long) As Long<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>Private Sub Form_Load()<br>&nbsp;&nbsp;&nbsp; Dim sCaption As String<br>&nbsp;&nbsp;&nbsp; 'Thai<br>&nbsp;&nbsp;&nbsp; sCaption = ChrW$(&amp;HE01) &amp; ChrW$(&amp;HE32) &amp; ChrW$(&amp;HE23) &amp; ChrW$(&amp;HE15) &amp; ChrW$(&amp;HE49) &amp; ChrW$(&amp;HE2D) &amp; ChrW$(&amp;HE19) &amp; ChrW$(&amp;HE23) &amp; ChrW$(&amp;HE31) &amp; ChrW$(&amp;HE1A)<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; DefWindowProcW Me.hWnd, WM_SETTEXT, &amp;H0&amp;, StrPtr(sCaption)<br><br>End Sub</font><br><br>]]>
   </description>
   <pubDate>Sun, 11 May 2008 23:58:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2542&amp;PID=35108&amp;title=tabcontrolitem-caption-not-work#35108</guid>
  </item> 
  <item>
   <title><![CDATA[TabC&#111;ntrolitem Capti&#111;n not work :   oleg wrote:Right :( TabWorkspace...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2542&amp;PID=35107&amp;title=tabcontrolitem-caption-not-work#35107</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3933">enjay</a><br /><strong>Subject:</strong> 2542<br /><strong>Posted:</strong> 11 May 2008 at 11:19pm<br /><br /><DIV><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br />Right :( TabWorkspace also use GetWindowTextW but not DefWindowProcW (hWnd, WM_GETTEXT) <DIV>&nbsp;</DIV><DIV>Sorry, afraid there is no solution for now. We will change it for 12.0 release.</td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>Is it really&nbsp;changed ? I'm having same issue&nbsp;like <strong>ijwelch </strong>in V12.0 now.</DIV></DIV>]]>
   </description>
   <pubDate>Sun, 11 May 2008 23:19:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2542&amp;PID=35107&amp;title=tabcontrolitem-caption-not-work#35107</guid>
  </item> 
  <item>
   <title><![CDATA[TabC&#111;ntrolitem Capti&#111;n not work : think in the end of February only....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2542&amp;PID=29598&amp;title=tabcontrolitem-caption-not-work#29598</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2542<br /><strong>Posted:</strong> 19 December 2007 at 11:15am<br /><br />think in the end of February only.]]>
   </description>
   <pubDate>Wed, 19 Dec 2007 11:15:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2542&amp;PID=29598&amp;title=tabcontrolitem-caption-not-work#29598</guid>
  </item> 
  <item>
   <title><![CDATA[TabC&#111;ntrolitem Capti&#111;n not work : any ideal if version 12 would...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2542&amp;PID=29564&amp;title=tabcontrolitem-caption-not-work#29564</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2364">gaudetm</a><br /><strong>Subject:</strong> 2542<br /><strong>Posted:</strong> 18 December 2007 at 9:54pm<br /><br /><P>any ideal if version 12 would be before 2008 or after and if after then how many months to expect for the waiting?</P><DIV>Marc</DIV>]]>
   </description>
   <pubDate>Tue, 18 Dec 2007 21:54:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2542&amp;PID=29564&amp;title=tabcontrolitem-caption-not-work#29564</guid>
  </item> 
  <item>
   <title><![CDATA[TabC&#111;ntrolitem Capti&#111;n not work : Ok, thanks.  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2542&amp;PID=29509&amp;title=tabcontrolitem-caption-not-work#29509</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 2542<br /><strong>Posted:</strong> 17 December 2007 at 2:57am<br /><br />Ok, thanks.]]>
   </description>
   <pubDate>Mon, 17 Dec 2007 02:57:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2542&amp;PID=29509&amp;title=tabcontrolitem-caption-not-work#29509</guid>
  </item> 
  <item>
   <title><![CDATA[TabC&#111;ntrolitem Capti&#111;n not work : Right :( TabWorkspace also use...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2542&amp;PID=29506&amp;title=tabcontrolitem-caption-not-work#29506</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2542<br /><strong>Posted:</strong> 17 December 2007 at 1:35am<br /><br />Right :( TabWorkspace also use GetWindowTextW but not DefWindowProcW (hWnd, WM_GETTEXT)<DIV>&nbsp;</DIV><DIV>Sorry, afraid there is no solution for now. We will change it for 12.0 release.</DIV>]]>
   </description>
   <pubDate>Mon, 17 Dec 2007 01:35:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2542&amp;PID=29506&amp;title=tabcontrolitem-caption-not-work#29506</guid>
  </item> 
  <item>
   <title><![CDATA[TabC&#111;ntrolitem Capti&#111;n not work : Ok,  I&amp;#039;ve been able to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2542&amp;PID=29500&amp;title=tabcontrolitem-caption-not-work#29500</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 2542<br /><strong>Posted:</strong> 16 December 2007 at 9:06pm<br /><br />Ok,<br><br>I've been able to set the form caption but the Workspace tab stillshows '????'. I've checked and is definitely unicode version ofcommandbars.<br><br><br><img src="uploads/20071216_210449_workspace.png" height="272" width="310" border="0"><br>]]>
   </description>
   <pubDate>Sun, 16 Dec 2007 21:06:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2542&amp;PID=29500&amp;title=tabcontrolitem-caption-not-work#29500</guid>
  </item> 
  <item>
   <title><![CDATA[TabC&#111;ntrolitem Capti&#111;n not work : Hi,  to set Unicode caption...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2542&amp;PID=29496&amp;title=tabcontrolitem-caption-not-work#29496</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2542<br /><strong>Posted:</strong> 16 December 2007 at 11:58am<br /><br /><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>to set Unicode caption call </DIV><DIV>&nbsp;</DIV><DIV>DefWindowProcW (hWnd, WM_SETTEXT, 0, StrPtr(UnicodeString))</DIV>]]>
   </description>
   <pubDate>Sun, 16 Dec 2007 11:58:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2542&amp;PID=29496&amp;title=tabcontrolitem-caption-not-work#29496</guid>
  </item> 
 </channel>
</rss>