<?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 : Store Icon to XML and load it</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Store Icon to XML and load it]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 01:29:41 +0000</pubDate>
  <lastBuildDate>Sat, 27 Jul 2013 05:18:29 +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=12022</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[Store Icon to XML and load it :  Thanks Jimmy,I will start investigating...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12022&amp;PID=71450&amp;title=store-icon-to-xml-and-load-it#71450</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8157">Jouden</a><br /><strong>Subject:</strong> 12022<br /><strong>Posted:</strong> 27 July 2013 at 5:18am<br /><br />Thanks Jimmy,<div>&nbsp;</div><div>I will start investigating this. </div><div>&nbsp;</div><div>Regards,</div><div>Jc</div>]]>
   </description>
   <pubDate>Sat, 27 Jul 2013 05:18:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12022&amp;PID=71450&amp;title=store-icon-to-xml-and-load-it#71450</guid>
  </item> 
  <item>
   <title><![CDATA[Store Icon to XML and load it : static void NodeAddBinary(CXTPPropExchangeXMLNodeEx&amp;amp;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12022&amp;PID=71447&amp;title=store-icon-to-xml-and-load-it#71447</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=233">jimmy</a><br /><strong>Subject:</strong> 12022<br /><strong>Posted:</strong> 26 July 2013 at 3:54pm<br /><br />static void NodeAddBinary(CXTPPropExchangeXMLNodeEx&amp; node, LPCTSTR lpSectionName, const CByteArray&amp; csaData)<br>{<br>&nbsp;&nbsp;&nbsp; BYTE *pData = (BYTE*) csaData.GetData();<br>&nbsp;&nbsp;&nbsp; DWORD dwLen = (DWORD) csaData.GetCount();<br><br>&nbsp;&nbsp;&nbsp; CXTPPropExchangeSection pxSection(node.GetSection(lpSectionName));<br>&nbsp;&nbsp;&nbsp; PX_ULong(&amp;pxSection, "DataLen", dwLen, 0);<br>&nbsp;&nbsp;&nbsp; PX_Blob(&amp;pxSection, "Data", pData, dwLen );<br>}<br><br>For Reading you can first read DataLen, than you can set the CByteArray Size to DataLen and load Blob.<br><br>&nbsp; Jimmy<br><br>]]>
   </description>
   <pubDate>Fri, 26 Jul 2013 15:54:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12022&amp;PID=71447&amp;title=store-icon-to-xml-and-load-it#71447</guid>
  </item> 
  <item>
   <title><![CDATA[Store Icon to XML and load it :  Anyone who can help me out?...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12022&amp;PID=71425&amp;title=store-icon-to-xml-and-load-it#71425</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8157">Jouden</a><br /><strong>Subject:</strong> 12022<br /><strong>Posted:</strong> 24 July 2013 at 10:28am<br /><br />Anyone who can help me out? Please? ]]>
   </description>
   <pubDate>Wed, 24 Jul 2013 10:28:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12022&amp;PID=71425&amp;title=store-icon-to-xml-and-load-it#71425</guid>
  </item> 
  <item>
   <title><![CDATA[Store Icon to XML and load it :  Hello Oleg,Could you please...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12022&amp;PID=71423&amp;title=store-icon-to-xml-and-load-it#71423</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8157">Jouden</a><br /><strong>Subject:</strong> 12022<br /><strong>Posted:</strong> 24 July 2013 at 9:22am<br /><br />Hello Oleg,<div>&nbsp;</div><div>Could you please provide an example in C++? I'am trying to write BLOB info from imagemanager to a database but without any succes till sofar. </div><div>&nbsp;</div><div>I need an example to write to CByteArray if possible. </div><div>&nbsp;</div><div>Regards,</div>]]>
   </description>
   <pubDate>Wed, 24 Jul 2013 09:22:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12022&amp;PID=71423&amp;title=store-icon-to-xml-and-load-it#71423</guid>
  </item> 
  <item>
   <title><![CDATA[Store Icon to XML and load it : Thanks  Jimmy  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12022&amp;PID=40609&amp;title=store-icon-to-xml-and-load-it#40609</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=233">jimmy</a><br /><strong>Subject:</strong> 12022<br /><strong>Posted:</strong> 29 August 2008 at 6:13pm<br /><br />Thanks<br>&nbsp; <br>&nbsp; Jimmy<br><br>]]>
   </description>
   <pubDate>Fri, 29 Aug 2008 18:13:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12022&amp;PID=40609&amp;title=store-icon-to-xml-and-load-it#40609</guid>
  </item> 
  <item>
   <title><![CDATA[Store Icon to XML and load it : Hi, You can save all icons of...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12022&amp;PID=40600&amp;title=store-icon-to-xml-and-load-it#40600</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12022<br /><strong>Posted:</strong> 29 August 2008 at 4:07pm<br /><br /><P>Hi,</P><DIV>You can save all icons of imagemanager with pImages-&gt;DoPropExchange.</DIV>]]>
   </description>
   <pubDate>Fri, 29 Aug 2008 16:07:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12022&amp;PID=40600&amp;title=store-icon-to-xml-and-load-it#40600</guid>
  </item> 
  <item>
   <title><![CDATA[Store Icon to XML and load it : Hello,Is there a funcktion to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12022&amp;PID=40589&amp;title=store-icon-to-xml-and-load-it#40589</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=233">jimmy</a><br /><strong>Subject:</strong> 12022<br /><strong>Posted:</strong> 29 August 2008 at 9:18am<br /><br />Hello,<br><br>Is there a funcktion to save a Icon to XML File<br>IconFileToBinary( CString strIconFile, CByteArray&amp; data)<br>PX_Blob(....data);<br><br>Or <br>HICON hIcon = LoadIconFromFile(strIconFile);<br>IconToBinary(hIcon, CByteArray&amp; data)<br><br>and back<br>CreateIconFromBinary<br><br>&nbsp; Jimmy<br><br>]]>
   </description>
   <pubDate>Fri, 29 Aug 2008 09:18:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12022&amp;PID=40589&amp;title=store-icon-to-xml-and-load-it#40589</guid>
  </item> 
 </channel>
</rss>