<?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 : Adding bitmap &#111;n status bar.</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Adding bitmap &#111;n status bar.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 09:53:04 +0000</pubDate>
  <lastBuildDate>Thu, 16 Jun 2005 14:58:04 +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=2391</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[Adding bitmap &#111;n status bar. : see: http://forum.codejock.com/forum_posts.asp?TID=2273...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2391&amp;PID=7115&amp;title=adding-bitmap-on-status-bar#7115</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1081">bevpet</a><br /><strong>Subject:</strong> 2391<br /><strong>Posted:</strong> 16 June 2005 at 2:58pm<br /><br /><P>see:</P><P><U><FONT color=#465584><A href="http://forum.codejock.com/forum_posts.asp?TID=2273" target="_blank">http://forum.codejock.com/forum_posts.asp?TID=2273</A></FONT></U><A href="http://forum.codejock.com/forum_posts.asp?TID=2273&amp;KW=statusbar+bitmap" target="_blank"></A></P>]]>
   </description>
   <pubDate>Thu, 16 Jun 2005 14:58:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2391&amp;PID=7115&amp;title=adding-bitmap-on-status-bar#7115</guid>
  </item> 
  <item>
   <title><![CDATA[Adding bitmap &#111;n status bar. : I want to add a bitmap on the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2391&amp;PID=7108&amp;title=adding-bitmap-on-status-bar#7108</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1244">Mans</a><br /><strong>Subject:</strong> 2391<br /><strong>Posted:</strong> 16 June 2005 at 9:01am<br /><br /><pre wrap="">I want to add a bitmap on the Status bar ( Xtreme Toolkit's Status Bar ) <br><br>The ID of the Bitmap in the resource is "IDB_SOME_LOGO1". Below is the code snipet i have used and on execution it does not show the bitmap ! <br><br>Please help me and let me know what has to be done to load a bitmap. If I specify an ICON file it shows up properly. <br><br><br>Code <br><br>int iIndex = m_XTwndStatusBar.GetPaneCount();<br><br>	if (!m_wndIconPane.Create(NULL, &amp;m_XTwndStatusBar))<br>	{<br>		TRACE0("Failed to create icon pane.\n");<br>		return;<br>	}<br><br>	//add the indicator to the status bar.<br>	m_XTwndStatusBar.AddIndicator( ID_INDICATOR_BITMAP , 0);<br><br>	// Initialize the pane info and add the control.<br>	int nIndex = m_XTwndStatusBar.CommandToIndex(ID_INDICATOR_BITMAP);<br>	ASSERT (nIndex != -1);<br><br>	m_wndIconPane.SetPaneIcon(IDB_SOME_LOGO1);<br>	m_XTwndStatusBar.SetPaneWidth(nIndex, 100 );<br>	m_XTwndStatusBar.AddControl(&amp;m_wndIconPane, ID_INDICATOR_BITMAP, FALSE);<br>}</pre>]]>
   </description>
   <pubDate>Thu, 16 Jun 2005 09:01:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2391&amp;PID=7108&amp;title=adding-bitmap-on-status-bar#7108</guid>
  </item> 
 </channel>
</rss>