<?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 : Icons for Office2007 theme</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Icons for Office2007 theme]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 16 May 2026 05:38:13 +0000</pubDate>
  <lastBuildDate>Mon, 10 Dec 2007 06:52: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=9059</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[Icons for Office2007 theme : I found the solution in your sample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9059&amp;PID=29307&amp;title=icons-for-office2007-theme#29307</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3561">nebulon</a><br /><strong>Subject:</strong> 9059<br /><strong>Posted:</strong> 10 December 2007 at 6:52am<br /><br />I found the solution in your sample CalendarDemoU.exe and it works:<br><br><br>CXTPCalendarThemeOffice2007* pTheme2007 = new CXTPCalendarThemeOffice2007();<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;if (pTheme2007)<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;{<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;//pTheme2007-&gt;m_clrBaseColor = m_ctrlThemeColor.GetSelectedColor();<br><br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;////// Icon /////<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;UINT arIDs&#091;5&#093;;<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;arIDs&#091;0&#093; = (UINT)xtpCalendarEventIconIDReminder;<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;arIDs&#091;1&#093; = (UINT)xtpCalendarEventIconIDOccurrence;<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;arIDs&#091;2&#093; = (UINT)xtpCalendarEventIconIDException;<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;arIDs&#091;3&#093; = (UINT)xtpCalendarEventIconIDMeeting;<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;arIDs&#091;4&#093; = (UINT)xtpCalendarEventIconIDPrivate;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<br><br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pTheme2007-&gt;GetCustomIconsList()-&gt;SetIcons(XTP_IDB_CALENDAR_EVENT_GLYPHS, <br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;arIDs, 5, CSize(16, 11), xtpImageNormal);<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;/////////////<br><br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;m_CalendarCtrl.SetTheme(pTheme2007);<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;}<br><br>]]>
   </description>
   <pubDate>Mon, 10 Dec 2007 06:52:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9059&amp;PID=29307&amp;title=icons-for-office2007-theme#29307</guid>
  </item> 
  <item>
   <title><![CDATA[Icons for Office2007 theme : There are 3 standard icons for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9059&amp;PID=29306&amp;title=icons-for-office2007-theme#29306</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3561">nebulon</a><br /><strong>Subject:</strong> 9059<br /><strong>Posted:</strong> 10 December 2007 at 4:51am<br /><br />There are 3 standard icons for Office2007 theme: <br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; * recurrence occurrence<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; * recurrence exception<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * private<br><br>How to add the other icons for Meeting,... In the calendar sample demo, these other icons are present for the other themes, but not for Office2007 theme.<br><br>I looked the documentation about custom icons, but the class CXTPCalendarCustomIconIDs is not defined in the documentation.<br><br>Any suggestion ?<br><br>Otherwise it's a great control. Thank you.<br>]]>
   </description>
   <pubDate>Mon, 10 Dec 2007 04:51:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9059&amp;PID=29306&amp;title=icons-for-office2007-theme#29306</guid>
  </item> 
 </channel>
</rss>