<?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 : StatusBar : align and click icon</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : StatusBar : align and click icon]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 07:19:56 +0000</pubDate>
  <lastBuildDate>Sun, 03 Aug 2008 04:25:19 +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=11258</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[StatusBar : align and click icon : Hi,  Please check our sample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11258&amp;PID=39361&amp;title=statusbar-align-and-click-icon#39361</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11258<br /><strong>Posted:</strong> 03 August 2008 at 4:25am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Please check our sample first - Samples\CommandBars\StatusBar </DIV>]]>
   </description>
   <pubDate>Sun, 03 Aug 2008 04:25:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11258&amp;PID=39361&amp;title=statusbar-align-and-click-icon#39361</guid>
  </item> 
  <item>
   <title><![CDATA[StatusBar : align and click icon : Hello, I am for Argentina.  Can...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11258&amp;PID=39321&amp;title=statusbar-align-and-click-icon#39321</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4397">qarefi</a><br /><strong>Subject:</strong> 11258<br /><strong>Posted:</strong> 01 August 2008 at 11:00am<br /><br />Hello, I am for Argentina.<DIV>&nbsp;</DIV><DIV>Can you send me the code for make it clickable the statusbar ?</DIV><DIV>&nbsp;</DIV><DIV>Thanks in advance.</DIV>]]>
   </description>
   <pubDate>Fri, 01 Aug 2008 11:00:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11258&amp;PID=39321&amp;title=statusbar-align-and-click-icon#39321</guid>
  </item> 
  <item>
   <title><![CDATA[StatusBar : align and click icon : Hi,  Best way is upgrade to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11258&amp;PID=37829&amp;title=statusbar-align-and-click-icon#37829</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11258<br /><strong>Posted:</strong> 04 July 2008 at 12:12pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Best way is upgrade to 12.0.1 :-)&nbsp; In last release we totally removed comctrl32 statusbar dependence and draw/calculate statusbar manually. </DIV>]]>
   </description>
   <pubDate>Fri, 04 Jul 2008 12:12:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11258&amp;PID=37829&amp;title=statusbar-align-and-click-icon#37829</guid>
  </item> 
  <item>
   <title><![CDATA[StatusBar : align and click icon :  I resolved my problem by doing...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11258&amp;PID=37827&amp;title=statusbar-align-and-click-icon#37827</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4291">Somberlord</a><br /><strong>Subject:</strong> 11258<br /><strong>Posted:</strong> 04 July 2008 at 8:54am<br /><br />I resolved my problem by doing that : <br><table width="99%"><tr><td><pre class="BBcode"><br>m_iconPane-&gt;BestFit();<br>m_iconPane-&gt;SetWidth(m_iconPane-&gt;GetWidth()+1);<br></pre></td></tr></table><br><br>But there must be a better way to do....<br>]]>
   </description>
   <pubDate>Fri, 04 Jul 2008 08:54:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11258&amp;PID=37827&amp;title=statusbar-align-and-click-icon#37827</guid>
  </item> 
  <item>
   <title><![CDATA[StatusBar : align and click icon :  When I step into BestFit, Text...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11258&amp;PID=37824&amp;title=statusbar-align-and-click-icon#37824</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4291">Somberlord</a><br /><strong>Subject:</strong> 11258<br /><strong>Posted:</strong> 04 July 2008 at 6:25am<br /><br />When I step into BestFit, Text has right value. here is Two Screenshots : <br><br>First, when application executes normally : <br><img src="uploads/20080704_062304_screenshot3.jpg" height="74" width="87" border="0"><br>(its in right-bottom corner of the screen)<br><br>And here is a screenshot after restore/maximize the window : <br><img src="uploads/20080704_062427_screenshot4.jpg" height="61" width="121" border="0"><br><br>Seems like the other panes don't move to let enough place to my pane :(<br>]]>
   </description>
   <pubDate>Fri, 04 Jul 2008 06:25:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11258&amp;PID=37824&amp;title=statusbar-align-and-click-icon#37824</guid>
  </item> 
  <item>
   <title><![CDATA[StatusBar : align and click icon : Hi,  maybe you call BestFit...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11258&amp;PID=37792&amp;title=statusbar-align-and-click-icon#37792</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11258<br /><strong>Posted:</strong> 03 July 2008 at 3:23pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>maybe you call BestFit before you set Text. step into BestFit and check if Text has right value.</DIV>]]>
   </description>
   <pubDate>Thu, 03 Jul 2008 15:23:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11258&amp;PID=37792&amp;title=statusbar-align-and-click-icon#37792</guid>
  </item> 
  <item>
   <title><![CDATA[StatusBar : align and click icon : I remember why I love programming....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11258&amp;PID=37783&amp;title=statusbar-align-and-click-icon#37783</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4291">Somberlord</a><br /><strong>Subject:</strong> 11258<br /><strong>Posted:</strong> 03 July 2008 at 10:05am<br /><br />I remember why I love programming. The code was working perfectly a fex hours ago, but BestFit() doesn't work properly anymore (pane is resized to icon width only)<br><br>Althought, SetWidth works...but I would prefere to use BestFit if possible...<br><br>Any idea?<br><br>Thanks<br>]]>
   </description>
   <pubDate>Thu, 03 Jul 2008 10:05:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11258&amp;PID=37783&amp;title=statusbar-align-and-click-icon#37783</guid>
  </item> 
  <item>
   <title><![CDATA[StatusBar : align and click icon : It works !!Thank you very much...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11258&amp;PID=37752&amp;title=statusbar-align-and-click-icon#37752</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4291">Somberlord</a><br /><strong>Subject:</strong> 11258<br /><strong>Posted:</strong> 03 July 2008 at 4:20am<br /><br />It works !!<br><br>Thank you very much !!<br>]]>
   </description>
   <pubDate>Thu, 03 Jul 2008 04:20:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11258&amp;PID=37752&amp;title=statusbar-align-and-click-icon#37752</guid>
  </item> 
  <item>
   <title><![CDATA[StatusBar : align and click icon : Hi, Have to stretch automatically...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11258&amp;PID=37734&amp;title=statusbar-align-and-click-icon#37734</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11258<br /><strong>Posted:</strong> 02 July 2008 at 2:37pm<br /><br /><P>Hi,</P><DIV>Have to stretch automatically with last version.&nbsp; In older you have manually call</DIV><DIV>&nbsp;</DIV><DIV>pPane-&gt;SetWidth(...);</DIV><DIV>or</DIV><DIV>pPane-&gt;BestFit();</DIV>]]>
   </description>
   <pubDate>Wed, 02 Jul 2008 14:37:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11258&amp;PID=37734&amp;title=statusbar-align-and-click-icon#37734</guid>
  </item> 
  <item>
   <title><![CDATA[StatusBar : align and click icon : I replaced my code, and it works...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11258&amp;PID=37726&amp;title=statusbar-align-and-click-icon#37726</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4291">Somberlord</a><br /><strong>Subject:</strong> 11258<br /><strong>Posted:</strong> 02 July 2008 at 10:51am<br /><br />I replaced my code, and it works better than before. But I still have a little problem : text is not in the pane<br><br>look : <br><img src="uploads/20080702_104854_screenshot2.jpg" height="91" width="115" border="0"><br><br>Thanks for your help<br>]]>
   </description>
   <pubDate>Wed, 02 Jul 2008 10:51:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11258&amp;PID=37726&amp;title=statusbar-align-and-click-icon#37726</guid>
  </item> 
 </channel>
</rss>