<?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 : the bug again in v 2006 Q3</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : the bug again in v 2006 Q3]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 10:12:47 +0000</pubDate>
  <lastBuildDate>Tue, 05 Sep 2006 06:51:26 +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=4718</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[the bug again in v 2006 Q3 : In .Net application -- in the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4718&amp;PID=15454&amp;title=the-bug-again-in-v-2006-q3#15454</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4718<br /><strong>Posted:</strong> 05 September 2006 at 6:51am<br /><br />In .Net application -- in the same way as in others.<br><br>CalendarThemeOffice2007.CustomIcons is a Codejoke component - image manager.<br>There is a number of ways. See component members in object browser.<br>&nbsp;<br>You can add bitmaps and icons using their handles as far as load them from file. See LoadBitmap method.<br>&nbsp;<br>The code below was converted from VB6 example.<br>Also you can find bmp files there.<br><br><table width="99%"><tr><td><pre class="BBcode"><br>' This code just copy icons from <br>' VB6 compartible someImageList object.<br>objThemeOfice2007.CustomIcons = someImageList <br>&nbsp;<br>' also add icons from another files<br>objThemeOfice2007.CustomIcons.LoadBitmap(VB6.GetPath &amp; "\Icons\Reminder.bmp",<br>&nbsp;&nbsp;&nbsp; XtremeCalendarControl.CalendarEventIconIDs.xtpCalendarEventIconIDReminder,<br>&nbsp;&nbsp;&nbsp; XtremeCalendarControl.XTPImageState.xtpImageNormal)<br>&nbsp;<br>&nbsp;objThemeOfice2007.CustomIcons.LoadBitmap(VB6.GetPath &amp; "\Icons\mail.bmp",<br>&nbsp;&nbsp;&nbsp; ID_MAIL, XtremeCalendarControl.XTPImageState.xtpImageNormal)<br>' ID_MAIL - is icon ID for mail icon in mail.bmp<br>&nbsp;<br>' add from some image list<br>objThemeOfice2007.CustomIcons.AddIcon ImageListCustomIcons.ListImages.Item(1).ExtractIcon.Handle,<br>&nbsp;&nbsp;&nbsp; xtpCalendarEventIconIDReminder, xtpImageNormal<br>&nbsp;<br>' add from a single file<br>Dim arCustIconsIDs(5) As Integer<br>&nbsp;<br>arCustIconsIDs(0) = 1 ' unread mail<br>arCustIconsIDs(1) = 2 ' read mail<br>arCustIconsIDs(2) = 3 ' replyed mail<br>arCustIconsIDs(3) = 4 ' attachment<br>arCustIconsIDs(4) = 5 ' Low priority<br>arCustIconsIDs(5) = 6 ' HIGH priority<br>&nbsp;<br><br>objThemeOfice2007.CustomIcons.LoadBitmap(VB6.GetPath &amp; "\Icons\EventCustomIcons.bmp",<br>&nbsp;&nbsp;&nbsp; arCustIconsIDs, XtremeCalendarControl.XTPImageState.xtpImageNormal)<br></pre></td></tr></table><br>&nbsp;<br>--<br>WBR,<br>Serge <br>]]>
   </description>
   <pubDate>Tue, 05 Sep 2006 06:51:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4718&amp;PID=15454&amp;title=the-bug-again-in-v-2006-q3#15454</guid>
  </item> 
  <item>
   <title><![CDATA[the bug again in v 2006 Q3 : How to set custom icons in .Net...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4718&amp;PID=15451&amp;title=the-bug-again-in-v-2006-q3#15451</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2307">siva</a><br /><strong>Subject:</strong> 4718<br /><strong>Posted:</strong> 05 September 2006 at 1:07am<br /><br />How to set custom icons in .Net application]]>
   </description>
   <pubDate>Tue, 05 Sep 2006 01:07:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4718&amp;PID=15451&amp;title=the-bug-again-in-v-2006-q3#15451</guid>
  </item> 
  <item>
   <title><![CDATA[the bug again in v 2006 Q3 : Yes...you are very perfectionist...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4718&amp;PID=14619&amp;title=the-bug-again-in-v-2006-q3#14619</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2186">jcbaena</a><br /><strong>Subject:</strong> 4718<br /><strong>Posted:</strong> 03 August 2006 at 10:41am<br /><br />Yes...you are very perfectionist and I like that. Your components make to my aplication seems works....&nbsp;<img src="http://forum.codejock.com/smileys/smiley17.gif" border="0" align="absmiddle">]]>
   </description>
   <pubDate>Thu, 03 Aug 2006 10:41:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4718&amp;PID=14619&amp;title=the-bug-again-in-v-2006-q3#14619</guid>
  </item> 
  <item>
   <title><![CDATA[the bug again in v 2006 Q3 : No Problem, glad you like the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4718&amp;PID=14618&amp;title=the-bug-again-in-v-2006-q3#14618</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 4718<br /><strong>Posted:</strong> 03 August 2006 at 10:39am<br /><br />No Problem, glad you like the software<img src="http://forum.codejock.com/smileys/smiley17.gif" border="0" align="absmiddle">]]>
   </description>
   <pubDate>Thu, 03 Aug 2006 10:39:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4718&amp;PID=14618&amp;title=the-bug-again-in-v-2006-q3#14618</guid>
  </item> 
  <item>
   <title><![CDATA[the bug again in v 2006 Q3 : Thks.  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4718&amp;PID=14617&amp;title=the-bug-again-in-v-2006-q3#14617</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2186">jcbaena</a><br /><strong>Subject:</strong> 4718<br /><strong>Posted:</strong> 03 August 2006 at 10:36am<br /><br />Thks.&nbsp;]]>
   </description>
   <pubDate>Thu, 03 Aug 2006 10:36:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4718&amp;PID=14617&amp;title=the-bug-again-in-v-2006-q3#14617</guid>
  </item> 
  <item>
   <title><![CDATA[the bug again in v 2006 Q3 : I try to be quick, just depends...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4718&amp;PID=14616&amp;title=the-bug-again-in-v-2006-q3#14616</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 4718<br /><strong>Posted:</strong> 03 August 2006 at 10:35am<br /><br />I try to be quick, just depends on when I check the forums.&nbsp; Yes, I'm with Codejock<img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="absmiddle">]]>
   </description>
   <pubDate>Thu, 03 Aug 2006 10:35:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4718&amp;PID=14616&amp;title=the-bug-again-in-v-2006-q3#14616</guid>
  </item> 
  <item>
   <title><![CDATA[the bug again in v 2006 Q3 : Ahhh...ok.....sorry...... Ok...ok.......]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4718&amp;PID=14615&amp;title=the-bug-again-in-v-2006-q3#14615</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2186">jcbaena</a><br /><strong>Subject:</strong> 4718<br /><strong>Posted:</strong> 03 August 2006 at 10:30am<br /><br />Ahhh...ok.....sorry...... Ok...ok.... <br><br>Fine!, I'm going to buy the component. It's perfect for my project.<br><br>Thanks.<br><br>P.S: These conversation have been quick. I like that support. Are you from Codejock?<br>]]>
   </description>
   <pubDate>Thu, 03 Aug 2006 10:30:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4718&amp;PID=14615&amp;title=the-bug-again-in-v-2006-q3#14615</guid>
  </item> 
  <item>
   <title><![CDATA[the bug again in v 2006 Q3 :   yes, those 4 are custom icons...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4718&amp;PID=14614&amp;title=the-bug-again-in-v-2006-q3#14614</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 4718<br /><strong>Posted:</strong> 03 August 2006 at 10:26am<br /><br />yes, those 4 are custom icons added, they are not part of the calendar.&nbsp; They should disappear when the custom icon item is unchecked.<br><br>All I did was add a recurring event with a reminder, private and meeting flags set.<br><br><img src="uploads/20060803_102633_o20072.gif" height="708" width="724" border="0"><br>]]>
   </description>
   <pubDate>Thu, 03 Aug 2006 10:26:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4718&amp;PID=14614&amp;title=the-bug-again-in-v-2006-q3#14614</guid>
  </item> 
  <item>
   <title><![CDATA[the bug again in v 2006 Q3 : last 3 icons must disspears and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4718&amp;PID=14613&amp;title=the-bug-again-in-v-2006-q3#14613</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2186">jcbaena</a><br /><strong>Subject:</strong> 4718<br /><strong>Posted:</strong> 03 August 2006 at 10:21am<br /><br />last 3 icons must disspears and stay only the bell...¿not?<br><img src="http://www.adaix.com/Dibujo.jpg" border="0">]]>
   </description>
   <pubDate>Thu, 03 Aug 2006 10:21:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4718&amp;PID=14613&amp;title=the-bug-again-in-v-2006-q3#14613</guid>
  </item> 
  <item>
   <title><![CDATA[the bug again in v 2006 Q3 :  Do your events have a private,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4718&amp;PID=14612&amp;title=the-bug-again-in-v-2006-q3#14612</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 4718<br /><strong>Posted:</strong> 03 August 2006 at 10:13am<br /><br />Do your events have a private, meeting, recurrence, etc flag set?&nbsp; All that is needed is to enable the Office 2007 theme and you will see all icons providing they ar checked as in the picture above.]]>
   </description>
   <pubDate>Thu, 03 Aug 2006 10:13:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4718&amp;PID=14612&amp;title=the-bug-again-in-v-2006-q3#14612</guid>
  </item> 
 </channel>
</rss>