<?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 : Custom Ic&#111;ns</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Custom Ic&#111;ns]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 20:37:52 +0000</pubDate>
  <lastBuildDate>Sat, 12 Feb 2005 04:01:39 +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=1368</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[Custom Ic&#111;ns : Hi Oleg,void CXTPImageManager::RemoveAll(void)...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1368&amp;PID=5096&amp;title=custom-icons#5096</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=941">Green</a><br /><strong>Subject:</strong> 1368<br /><strong>Posted:</strong> 12 February 2005 at 4:01am<br /><br /><P>Hi Oleg,<BR>void CXTPImageManager::RemoveAll(void) doesn't reset m_nCustomID to its default state. Actually bug will never occurs. But it looks like defect, isn't it?</P>]]>
   </description>
   <pubDate>Sat, 12 Feb 2005 04:01:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1368&amp;PID=5096&amp;title=custom-icons#5096</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Ic&#111;ns : Thanks. That is just what I needed....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1368&amp;PID=3864&amp;title=custom-icons#3864</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=813">grudy</a><br /><strong>Subject:</strong> 1368<br /><strong>Posted:</strong> 05 November 2004 at 8:50am<br /><br />Thanks. That is just what I needed. It works great.]]>
   </description>
   <pubDate>Fri, 05 Nov 2004 08:50:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1368&amp;PID=3864&amp;title=custom-icons#3864</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Ic&#111;ns : better CXTPControl::SetCustomIcon...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1368&amp;PID=3846&amp;title=custom-icons#3846</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1368<br /><strong>Posted:</strong> 05 November 2004 at 1:28am<br /><br />better CXTPControl::<strong>Set</strong>CustomIcon]]>
   </description>
   <pubDate>Fri, 05 Nov 2004 01:28:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1368&amp;PID=3846&amp;title=custom-icons#3846</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Ic&#111;ns : In next release we added  void...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1368&amp;PID=3845&amp;title=custom-icons#3845</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1368<br /><strong>Posted:</strong> 05 November 2004 at 1:27am<br /><br /><P>In next release we added </P><P>void CXTPControl::AddCustomIcon(HICON hIcon)<BR>{<BR>&nbsp;CXTPImageManager* pImageManager = GetImageManager();<BR>&nbsp;if (pImageManager)<BR>&nbsp;{<BR>&nbsp;&nbsp;m_nCustomIconId = pImageManager-&gt;AddCustomIcon(hIcon);<BR>&nbsp;}<BR>}</P><P>and make CXTPImageManager::AddCustomIcon public.</P><P>&nbsp;</P><P>so you can patch your sources too.</P>]]>
   </description>
   <pubDate>Fri, 05 Nov 2004 01:27:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1368&amp;PID=3845&amp;title=custom-icons#3845</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Ic&#111;ns : My application allows users to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1368&amp;PID=3837&amp;title=custom-icons#3837</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=813">grudy</a><br /><strong>Subject:</strong> 1368<br /><strong>Posted:</strong> 04 November 2004 at 10:22am<br /><br /><P>My application allows users to customize our toolbars and menus using a programming API - everything works great except I can't figure out how to allow them to change icons, and have them saved.</P><P>I can use XTPImageManager( )-&gt;SetIcons( ) to load a bitmap/icon that they specify and have it show up as the icon in the menu or toolbar, however when you exit, the new image is not saved in the registry. If I go thru customization and create an icon, that image is properly saved, however that uses XTPImageManager( )-&gt;AddCustomIcon( ) which is private (also sets m_nCustomIconId in CXTPControl, which is likewise not public)</P><P>Is there some way that I am missing to create the custom icon image&nbsp;programmatically at runtime, and get it saved.</P>]]>
   </description>
   <pubDate>Thu, 04 Nov 2004 10:22:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1368&amp;PID=3837&amp;title=custom-icons#3837</guid>
  </item> 
 </channel>
</rss>