<?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 : Large Ic&#111;ns displaying small pictures...</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Large Ic&#111;ns displaying small pictures...]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 14:54:47 +0000</pubDate>
  <lastBuildDate>Mon, 28 Mar 2005 18:02:40 +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=2031</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[Large Ic&#111;ns displaying small pictures... : I finally figured out what was...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2031&amp;PID=5993&amp;title=large-icons-displaying-small-pictures#5993</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=374">ddlittle</a><br /><strong>Subject:</strong> 2031<br /><strong>Posted:</strong> 28 March 2005 at 6:02pm<br /><br /><P>I finally figured out what was wrong.&nbsp;&nbsp; The problem was that the buttons on that particular toolbar (and a couple of others) was defined as being 17x16 pixels.&nbsp; When I went in the resource file and changed the numbers to 16,16, everything magically worked.&nbsp; Of course, I had to go and adjust the bitmap buttons, but that's no big deal because I'm loading all of my buttons from a .DLL now anyway.</P><P>The code was just:</P><P><table width="99%"><tr><td><pre class="BBcode">&nbsp;CXTPToolBar* pToolBar = (CXTPToolBar*)pCommandBars-&gt;Add(_T("Editing Tools"), xtpBarTop);<BR>&nbsp;if (!pToolBar || !pToolBar-&gt;LoadToolBar(IDR_EDITING_TOOLS))<BR>&nbsp;{<BR>&nbsp;&nbsp;TRACE0("Failed to create toolbar\n");<BR>&nbsp;&nbsp;return 0x00;<BR>&nbsp;}<BR></pre></td></tr></table></P><P>So that wasn't the problem.&nbsp; Just a weird sized button.&nbsp; I would label this as "Not a bug, behavior by design".</P><P>Thanks!</P><P>- David</P>]]>
   </description>
   <pubDate>Mon, 28 Mar 2005 18:02:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2031&amp;PID=5993&amp;title=large-icons-displaying-small-pictures#5993</guid>
  </item> 
  <item>
   <title><![CDATA[Large Ic&#111;ns displaying small pictures... : Please attach all code you have...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2031&amp;PID=5942&amp;title=large-icons-displaying-small-pictures#5942</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2031<br /><strong>Posted:</strong> 25 March 2005 at 1:36am<br /><br />Please attach all code you have with it.]]>
   </description>
   <pubDate>Fri, 25 Mar 2005 01:36:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2031&amp;PID=5942&amp;title=large-icons-displaying-small-pictures#5942</guid>
  </item> 
  <item>
   <title><![CDATA[Large Ic&#111;ns displaying small pictures... : Anybody know why (or how) one...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2031&amp;PID=5933&amp;title=large-icons-displaying-small-pictures#5933</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=374">ddlittle</a><br /><strong>Subject:</strong> 2031<br /><strong>Posted:</strong> 24 March 2005 at 5:02pm<br /><br /><P>Anybody know why (or how) one of my toolbars won't show the 32x32 bitmaps I have.&nbsp; It insists on drawing 16x16 no matter what.&nbsp; SetIcons() for its equivalent buttons doesn't work, either.&nbsp; I can't seem to find any difference between it and any other toolbar.</P><P>Help!</P><P>Thanks...</P><P>- David</P>]]>
   </description>
   <pubDate>Thu, 24 Mar 2005 17:02:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2031&amp;PID=5933&amp;title=large-icons-displaying-small-pictures#5933</guid>
  </item> 
 </channel>
</rss>