<?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 : how add a bitmap to status bar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : how add a bitmap to status bar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 13:06:41 +0000</pubDate>
  <lastBuildDate>Thu, 26 May 2005 11:41:25 +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=2273</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[how add a bitmap to status bar : // .hCXTPStatusBar m_wndStatusBarCXTPStatusBarIconPane...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2273&amp;PID=6781&amp;title=how-add-a-bitmap-to-status-bar#6781</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=133">thodgson</a><br /><strong>Subject:</strong> 2273<br /><strong>Posted:</strong> 26 May 2005 at 11:41am<br /><br /><P><FONT face="Courier New, Courier, mono">// .h<BR>CXTPStatusBar m_wndStatusBar<BR>CXTPStatusBarIconPane m_wndIconPane</FONT></P><P><FONT face="Courier New, Courier, mono">// Mainfrm.cpp<BR>static UINT indicators&#091;&#093; =<BR>{<BR>&nbsp;ID_INDICATOR_ICON&nbsp;&nbsp;// Service indicator<BR>};<BR><BR>(In OnCreate method)</FONT></P><P><FONT face="Courier New, Courier, mono">&nbsp;if (!m_wndStatusBar.Create(this) ||<BR>&nbsp;&nbsp;!m_wndStatusBar.SetIndicators(indicators,<BR>&nbsp;&nbsp;sizeof(indicators)/sizeof(UINT)))<BR>&nbsp;{<BR>&nbsp;&nbsp;TRACE0("Failed to create status bar\n");<BR>&nbsp;&nbsp;return -1;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // fail to create<BR>&nbsp;}</FONT><BR><FONT face="Courier New, Courier, mono">&nbsp;// -----&gt; Icon Pane<BR>&nbsp;if (!m_wndIconPane.Create(NULL, &amp;m_wndStatusBar))<BR>&nbsp;{<BR>&nbsp;&nbsp;TRACE0("Failed to create icon pane.\n");<BR>&nbsp;&nbsp;return -1;<BR>&nbsp;}<BR>&nbsp;<BR>&nbsp;// Initialize the pane info and add the control.<BR>&nbsp;int nIndex = m_wndStatusBar.CommandToIndex(ID_INDICATOR_ICON);<BR>&nbsp;ASSERT (nIndex != -1);</FONT></P><P><FONT face="Courier New, Courier, mono">&nbsp;m_wndStatusBar.SetPaneWidth(nIndex, xtAfxData.cxSmIcon);<BR>&nbsp;m_wndStatusBar.AddControl(&amp;m_wndIconPane, ID_INDICATOR_ICON, FALSE);<BR></FONT></P>]]>
   </description>
   <pubDate>Thu, 26 May 2005 11:41:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2273&amp;PID=6781&amp;title=how-add-a-bitmap-to-status-bar#6781</guid>
  </item> 
  <item>
   <title><![CDATA[how add a bitmap to status bar : take a look at this sample, it...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2273&amp;PID=6743&amp;title=how-add-a-bitmap-to-status-bar#6743</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1081">bevpet</a><br /><strong>Subject:</strong> 2273<br /><strong>Posted:</strong> 24 May 2005 at 10:33am<br /><br /><P>take a look at this sample, it doesn't have bitmaps, but you can easily alter to display a bitmap</P><P><A href="http://www.codeproject.com/statusbar/ExtStatusC&#111;ntrolBar.asp" target="_blank">http://www.codeproject.com/statusbar/ExtStatusControlBar.asp</A></P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 24 May 2005 10:33:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2273&amp;PID=6743&amp;title=how-add-a-bitmap-to-status-bar#6743</guid>
  </item> 
  <item>
   <title><![CDATA[how add a bitmap to status bar : how can i add a bitmap to the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2273&amp;PID=6734&amp;title=how-add-a-bitmap-to-status-bar#6734</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=958">stephen_hyc</a><br /><strong>Subject:</strong> 2273<br /><strong>Posted:</strong> 24 May 2005 at 1:14am<br /><br />how can i add a bitmap to the status bar.]]>
   </description>
   <pubDate>Tue, 24 May 2005 01:14:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2273&amp;PID=6734&amp;title=how-add-a-bitmap-to-status-bar#6734</guid>
  </item> 
 </channel>
</rss>