<?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 : Can&#146;t set text &#111;n status bar indicator</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Can&#146;t set text &#111;n status bar indicator]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 00:32:11 +0000</pubDate>
  <lastBuildDate>Thu, 10 Mar 2005 11:46: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=1905</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[Can&#146;t set text &#111;n status bar indicator : That works, thank you for your...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1905&amp;PID=5666&amp;title=cant-set-text-on-status-bar-indicator#5666</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=133">thodgson</a><br /><strong>Subject:</strong> 1905<br /><strong>Posted:</strong> 10 March 2005 at 11:46am<br /><br />That works, thank you for your response.]]>
   </description>
   <pubDate>Thu, 10 Mar 2005 11:46:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1905&amp;PID=5666&amp;title=cant-set-text-on-status-bar-indicator#5666</guid>
  </item> 
  <item>
   <title><![CDATA[Can&#146;t set text &#111;n status bar indicator : try  BOOL CStatusBar::SetPaneText(int...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1905&amp;PID=5657&amp;title=cant-set-text-on-status-bar-indicator#5657</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1905<br /><strong>Posted:</strong> 10 March 2005 at 10:32am<br /><br /><P>try </P><P>BOOL CStatusBar::SetPaneText(int nIndex, LPCTSTR lpszNewText, BOOL bUpdate)<BR></P>]]>
   </description>
   <pubDate>Thu, 10 Mar 2005 10:32:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1905&amp;PID=5657&amp;title=cant-set-text-on-status-bar-indicator#5657</guid>
  </item> 
  <item>
   <title><![CDATA[Can&#146;t set text &#111;n status bar indicator : Right, doesn&amp;#039;t work on 9.60...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1905&amp;PID=5548&amp;title=cant-set-text-on-status-bar-indicator#5548</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=133">thodgson</a><br /><strong>Subject:</strong> 1905<br /><strong>Posted:</strong> 04 March 2005 at 6:28am<br /><br />Right, doesn't work on 9.60 - should have clarified.]]>
   </description>
   <pubDate>Fri, 04 Mar 2005 06:28:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1905&amp;PID=5548&amp;title=cant-set-text-on-status-bar-indicator#5548</guid>
  </item> 
  <item>
   <title><![CDATA[Can&#146;t set text &#111;n status bar indicator : And the question is? It doesn&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1905&amp;PID=5535&amp;title=cant-set-text-on-status-bar-indicator#5535</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1905<br /><strong>Posted:</strong> 04 March 2005 at 12:24am<br /><br />And the question is? It doesn't work with 9.60?]]>
   </description>
   <pubDate>Fri, 04 Mar 2005 00:24:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1905&amp;PID=5535&amp;title=cant-set-text-on-status-bar-indicator#5535</guid>
  </item> 
  <item>
   <title><![CDATA[Can&#146;t set text &#111;n status bar indicator : This used to work in version 9.51 CXTPStatusBar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1905&amp;PID=5527&amp;title=cant-set-text-on-status-bar-indicator#5527</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=133">thodgson</a><br /><strong>Subject:</strong> 1905<br /><strong>Posted:</strong> 03 March 2005 at 2:27pm<br /><br /><P>This used to work in version 9.51</P><P>CXTPStatusBar m_wndStatusBar;<BR>sTemp = "some text";<BR>m_wndStatusBar.GetStatusBarCtrl().SetText(sTemp, SB_PANE_SELECTED, SBT_NOBORDERS);<BR><BR>Can't find an example of how to do this...but I hope there is one out there.</P>]]>
   </description>
   <pubDate>Thu, 03 Mar 2005 14:27:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1905&amp;PID=5527&amp;title=cant-set-text-on-status-bar-indicator#5527</guid>
  </item> 
 </channel>
</rss>