<?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 : Attach image on ToolBox</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Attach image on ToolBox]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 02:46:19 +0000</pubDate>
  <lastBuildDate>Wed, 16 Aug 2006 21:12:32 +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=4809</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[Attach image on ToolBox : Thanks for your advice. But I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4809&amp;PID=14981&amp;title=attach-image-on-toolbox#14981</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2239">loani</a><br /><strong>Subject:</strong> 4809<br /><strong>Posted:</strong> 16 August 2006 at 9:12pm<br /><br />Thanks for your advice.<DIV>But I should use CXTToolBox class.</DIV><DIV>Anyway it helps me.</DIV>]]>
   </description>
   <pubDate>Wed, 16 Aug 2006 21:12:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4809&amp;PID=14981&amp;title=attach-image-on-toolbox#14981</guid>
  </item> 
  <item>
   <title><![CDATA[Attach image on ToolBox : Hi,  CXTToolBox is obsolete...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4809&amp;PID=14956&amp;title=attach-image-on-toolbox#14956</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4809<br /><strong>Posted:</strong> 16 August 2006 at 11:28am<br /><br /><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>CXTToolBox is obsolete class. use CXTPTaskPanel. </DIV><DIV>See Samples\TaskPanel\ToolBox&nbsp; sample.</DIV>]]>
   </description>
   <pubDate>Wed, 16 Aug 2006 11:28:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4809&amp;PID=14956&amp;title=attach-image-on-toolbox#14956</guid>
  </item> 
  <item>
   <title><![CDATA[Attach image on ToolBox : Hello ! I&amp;#039;m makeing toolbox...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4809&amp;PID=14937&amp;title=attach-image-on-toolbox#14937</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2239">loani</a><br /><strong>Subject:</strong> 4809<br /><strong>Posted:</strong> 15 August 2006 at 11:17pm<br /><br />Hello !<DIV>I'm makeing toolbox using codejock.</DIV><DIV>I made without category image but I want to insert category like below picture.</DIV><DIV>&nbsp;</DIV><DIV><DIV><img src="https://forum.codejock.com/uploads/20060815_231127_temp.JPG" border="0"></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV></DIV><DIV>&nbsp;int iFolder = m_wndToolBox.AddFolder(_T("Task"), 0);<BR>&nbsp;<BR>&nbsp;// Add items to the folder, syntax is folder, index, text, image, and item data.<BR>&nbsp;m_wndToolBox.InsertItem( iFolder, 1,&nbsp; _T( "Timer" ),&nbsp;&nbsp;&nbsp;&nbsp;0,&nbsp; NULL );<BR>&nbsp;m_wndToolBox.InsertItem( iFolder, 2,&nbsp; _T( "Event" ),&nbsp;&nbsp;&nbsp;&nbsp;1,&nbsp; NULL );<BR>&nbsp;m_wndToolBox.InsertItem( iFolder, 3,&nbsp; _T( "Command" ),&nbsp;&nbsp;&nbsp;&nbsp;2,&nbsp; NULL );</DIV><DIV>&nbsp;// add the second folder<BR>&nbsp;iFolder = m_wndToolBox.AddFolder(_T("Behavior"), 0);<BR>&nbsp;m_wndToolBox.InsertItem( iFolder, 4,&nbsp; _T( "Built in Behavior" ),&nbsp;&nbsp;3,&nbsp; NULL );<BR>&nbsp;m_wndToolBox.InsertItem( iFolder, 5,&nbsp; _T( "User Define Behavior" ),&nbsp;&nbsp;4,&nbsp; NULL );</DIV><DIV><BR>&nbsp;// add the second folder<BR>&nbsp;iFolder = m_wndToolBox.AddFolder(_T("Relation"), 0);<BR>&nbsp;m_wndToolBox.InsertItem( iFolder, 6,&nbsp; _T( "Iteration" ),&nbsp;5,&nbsp; NULL );<BR>&nbsp;m_wndToolBox.InsertItem( iFolder, 7,&nbsp; _T( "Sequence" ),&nbsp;&nbsp;6,&nbsp; NULL );<BR>&nbsp;m_wndToolBox.InsertItem( iFolder, 8,&nbsp; _T( "Parallel" ),&nbsp;&nbsp;7,&nbsp; NULL );<BR></DIV><DIV>&nbsp;</DIV><DIV>This is parts of my code.</DIV><DIV>In AddFolder() function, there is no option to insert image.</DIV><DIV>So&nbsp; please tell me How to insert image.</DIV>]]>
   </description>
   <pubDate>Tue, 15 Aug 2006 23:17:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4809&amp;PID=14937&amp;title=attach-image-on-toolbox#14937</guid>
  </item> 
 </channel>
</rss>