<?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 : Group bar icon size</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Task Panel : Group bar icon size]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 02:18:47 +0000</pubDate>
  <lastBuildDate>Mon, 04 Jun 2007 10:20:17 +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=7282</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[Group bar icon size : Hi Oleg,  This issue has now...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7282&amp;PID=23409&amp;title=group-bar-icon-size#23409</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3027">dasbrid</a><br /><strong>Subject:</strong> 7282<br /><strong>Posted:</strong> 04 June 2007 at 10:20am<br /><br />Hi Oleg,<DIV>&nbsp;</DIV><DIV>This issue has now been resolved.</DIV><DIV>&nbsp;</DIV><DIV>You were right in that the problem was with the&nbsp;LoadIcon we usd. We replaced it with LoadImage and all is well with the world again.</DIV><DIV>&nbsp;</DIV><DIV>Thanks once again for pointing me in the right direction</DIV>]]>
   </description>
   <pubDate>Mon, 04 Jun 2007 10:20:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7282&amp;PID=23409&amp;title=group-bar-icon-size#23409</guid>
  </item> 
  <item>
   <title><![CDATA[Group bar icon size : Hi,  I sure problem in LoadIcon...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7282&amp;PID=23368&amp;title=group-bar-icon-size#23368</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7282<br /><strong>Posted:</strong> 01 June 2007 at 11:55am<br /><br /><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>I sure problem in LoadIcon you use. By Default it loads 32*32 icons. Create Bitmap and load it Icons collection.</DIV>]]>
   </description>
   <pubDate>Fri, 01 Jun 2007 11:55:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7282&amp;PID=23368&amp;title=group-bar-icon-size#23368</guid>
  </item> 
  <item>
   <title><![CDATA[Group bar icon size : Thanks Oleg, First thing we do...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7282&amp;PID=23361&amp;title=group-bar-icon-size#23361</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3027">dasbrid</a><br /><strong>Subject:</strong> 7282<br /><strong>Posted:</strong> 01 June 2007 at 9:46am<br /><br /><P>Thanks Oleg,</P><DIV>First thing we do is call&nbsp;the following once</DIV><DIV>&nbsp;</DIV><DIV>SetGroupIconSize(24, 45)</DIV><DIV>&nbsp;</DIV><DIV>Then for an item that is a group bar (e.g Devices),&nbsp; we do the following:-</DIV><DIV>&nbsp;</DIV><DIV>hComponentIcon = LoadIcon(IDI_RC_DEVICES_EXE);&nbsp;</DIV><DIV>if (hComponentIcon != NULL)<BR>{<BR>&nbsp; nImageIndex = AddImage((long)hComponentIcon);</DIV><DIV>&nbsp; CTaskPanelGroup group = GetGroups().Add(nGroupID, "Devcies");&nbsp;&nbsp;<BR>&nbsp; group.SetIconIndex(imageIndex);<BR>&nbsp; group = AddGroup(strText, nImageIndex);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>}</DIV><DIV><BR>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 01 Jun 2007 09:46:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7282&amp;PID=23361&amp;title=group-bar-icon-size#23361</guid>
  </item> 
  <item>
   <title><![CDATA[Group bar icon size : Hi, Need sample to check how...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7282&amp;PID=23359&amp;title=group-bar-icon-size#23359</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7282<br /><strong>Posted:</strong> 01 June 2007 at 8:31am<br /><br /><DIV>Hi,</DIV><DIV>Need sample to check how you set icons/how you call method etc.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 01 Jun 2007 08:31:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7282&amp;PID=23359&amp;title=group-bar-icon-size#23359</guid>
  </item> 
  <item>
   <title><![CDATA[Group bar icon size : We are using task panel control...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7282&amp;PID=23350&amp;title=group-bar-icon-size#23350</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3027">dasbrid</a><br /><strong>Subject:</strong> 7282<br /><strong>Posted:</strong> 01 June 2007 at 5:54am<br /><br />We are using task panel control with VC++ 6.0.<br>Two questions/problems with changing the size of our group bar icons.<br><br>Our standard icon size is 45(width) x 24(height), we would like to use these on items and group bars.<br><br>The SetGroupIconSize(x,y) method does not work as documented (or like the SetIconSize method). The two parameters are listed as x and y. however, when we set the FIRST parameter this changes the HEIGHT of the icon. Changing the SECOND paramter has no effect - the group bar icon is always displayed with width 16.<br><br>Any ideas?]]>
   </description>
   <pubDate>Fri, 01 Jun 2007 05:54:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7282&amp;PID=23350&amp;title=group-bar-icon-size#23350</guid>
  </item> 
 </channel>
</rss>