<?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 : Taskpanel images</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Task Panel : Taskpanel images]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 06:06:15 +0000</pubDate>
  <lastBuildDate>Fri, 15 Sep 2006 09:45: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=5051</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[Taskpanel images : Thanks, this works fine ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5051&amp;PID=15732&amp;title=taskpanel-images#15732</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2338">nonkelfrank</a><br /><strong>Subject:</strong> 5051<br /><strong>Posted:</strong> 15 September 2006 at 9:45am<br /><br />Thanks, this works fine]]>
   </description>
   <pubDate>Fri, 15 Sep 2006 09:45:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5051&amp;PID=15732&amp;title=taskpanel-images#15732</guid>
  </item> 
  <item>
   <title><![CDATA[Taskpanel images :  I didn&amp;#039;t know you were...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5051&amp;PID=15730&amp;title=taskpanel-images#15730</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 5051<br /><strong>Posted:</strong> 15 September 2006 at 9:25am<br /><br />I didn't know you were using commandbars too.&nbsp; In that case<br><br>TaskPanel.Icons = TaskPanelImageManager.Icons<br><br>...Commandbars (and suite) is the only package that comes with an image manager with and GUI, all other controls have the same capabilities but you must use the method above\or similar.<br>]]>
   </description>
   <pubDate>Fri, 15 Sep 2006 09:25:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5051&amp;PID=15730&amp;title=taskpanel-images#15730</guid>
  </item> 
  <item>
   <title><![CDATA[Taskpanel images : thanks for the feedback, but when...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5051&amp;PID=15723&amp;title=taskpanel-images#15723</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2338">nonkelfrank</a><br /><strong>Subject:</strong> 5051<br /><strong>Posted:</strong> 15 September 2006 at 7:43am<br /><br />thanks for the feedback, but when using this technique, the icons must be stored in a directory.&nbsp; <DIV>I prefer to store the icons in the imagemanager so the user cannot 'steal' the icons from me</DIV>]]>
   </description>
   <pubDate>Fri, 15 Sep 2006 07:43:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5051&amp;PID=15723&amp;title=taskpanel-images#15723</guid>
  </item> 
  <item>
   <title><![CDATA[Taskpanel images : Yes, here is some code from the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5051&amp;PID=15696&amp;title=taskpanel-images#15696</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 5051<br /><strong>Posted:</strong> 14 September 2006 at 10:59am<br /><br />Yes, here is some code from the Shortcutbar, but it is the same technique:<br><br>Dim mailIconArray(0 To 9) As Long<br>&nbsp;&nbsp;&nbsp; mailIconArray(0) = SHORTCUT_INBOX<br>&nbsp;&nbsp;&nbsp; mailIconArray(1) = SHORTCUT_CALENDAR<br>&nbsp;&nbsp;&nbsp; mailIconArray(2) = SHORTCUT_CONTACTS<br>&nbsp;&nbsp;&nbsp; mailIconArray(3) = SHORTCUT_TASKS<br>&nbsp;&nbsp;&nbsp; mailIconArray(4) = SHORTCUT_NOTES<br>&nbsp;&nbsp;&nbsp; mailIconArray(5) = SHORTCUT_FOLDER_LIST<br>&nbsp;&nbsp;&nbsp; mailIconArray(6) = SHORTCUT_SHORTCUTS<br>&nbsp;&nbsp;&nbsp; mailIconArray(7) = SHORTCUT_JOURNAL<br>&nbsp;&nbsp;&nbsp; mailIconArray(8) = SHORTCUT_SHOW_MORE<br>&nbsp;&nbsp;&nbsp; mailIconArray(9) = SHORTCUT_SHOW_FEWER<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wndShortcutBar.Icons.LoadBitmap App.Path &amp; "\Icons\mail_16x16.bmp", mailIconArray, xtpImageNormal<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wndShortcutBar.Icons.LoadBitmap App.Path &amp; "\Icons\mail_24x24.bmp", mailIconArray, xtpImageNormal<br><br>End Sub<br>]]>
   </description>
   <pubDate>Thu, 14 Sep 2006 10:59:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5051&amp;PID=15696&amp;title=taskpanel-images#15696</guid>
  </item> 
  <item>
   <title><![CDATA[Taskpanel images : In each sample that is included...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5051&amp;PID=15695&amp;title=taskpanel-images#15695</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2338">nonkelfrank</a><br /><strong>Subject:</strong> 5051<br /><strong>Posted:</strong> 14 September 2006 at 10:38am<br /><br /><P>In each sample that is included in the package, the images for the taskpanel are contained in an imagelist.</P><P>Is it also possible to display an image that is in the codejock imagemanager? and if yes, what's the right way to do it?</P><P>Thanks</P>]]>
   </description>
   <pubDate>Thu, 14 Sep 2006 10:38:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5051&amp;PID=15695&amp;title=taskpanel-images#15695</guid>
  </item> 
 </channel>
</rss>