<?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 : CalendarControl Sample / .NET / Ofice 2007 Theme</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : CalendarControl Sample / .NET / Ofice 2007 Theme]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 11:13:08 +0000</pubDate>
  <lastBuildDate>Wed, 31 Jan 2007 05:29:21 +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=6193</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[CalendarControl Sample / .NET / Ofice 2007 Theme : Yes, it could be possible. It...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6193&amp;PID=19930&amp;title=calendarcontrol-sample-net-ofice-2007-theme#19930</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 6193<br /><strong>Posted:</strong> 31 January 2007 at 5:29am<br /><br />Yes, it could be possible. It actually depends on which version was installed the latest -- their COM controls will be used by default.<br><br>2 following procedures should fix the problem:<br>1) re-register the latest version of the Calendar control: "regsvr32 Calendar.ocx"<br>2) In Visual Studio remove a reference to the control and&nbsp; insert it once more to the correct version.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Wed, 31 Jan 2007 05:29:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6193&amp;PID=19930&amp;title=calendarcontrol-sample-net-ofice-2007-theme#19930</guid>
  </item> 
  <item>
   <title><![CDATA[CalendarControl Sample / .NET / Ofice 2007 Theme : Something I should add:  I&amp;#039;ve...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6193&amp;PID=19763&amp;title=calendarcontrol-sample-net-ofice-2007-theme#19763</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1446">apuhjee</a><br /><strong>Subject:</strong> 6193<br /><strong>Posted:</strong> 26 January 2007 at 11:13am<br /><br />Something I should add:<br /><br />I've always been a bit in the dark with the COM registration procedure / registry settings.  I've relied fairly heavily on InstallShield to properly install the Codejock controls on the user's machines.  As far as I can tell, it's been working.<br /><br />I'm now wondering if the registry settings that InstallShield makes are causing this versioning conflict... Could this be a possibility?<br /><br />jp]]>
   </description>
   <pubDate>Fri, 26 Jan 2007 11:13:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6193&amp;PID=19763&amp;title=calendarcontrol-sample-net-ofice-2007-theme#19763</guid>
  </item> 
  <item>
   <title><![CDATA[CalendarControl Sample / .NET / Ofice 2007 Theme : Thanks for the reply Serge.   ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6193&amp;PID=19758&amp;title=calendarcontrol-sample-net-ofice-2007-theme#19758</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1446">apuhjee</a><br /><strong>Subject:</strong> 6193<br /><strong>Posted:</strong> 26 January 2007 at 9:57am<br /><br />Thanks for the reply Serge.<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by sserge" alt="Originally posted by sserge" style="vertical-align: text-bottom;" /> <strong>sserge wrote:</strong><br /><br />Firstly, do our sample applications have the same problem on these PC's ?</td></tr></table>Not sure. I'll look into it.<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by sserge" alt="Originally posted by sserge" style="vertical-align: text-bottom;" /> <strong>sserge wrote:</strong><br /><br />Second, could you please show us a piece of code where do you call SetTheme? Also, can you check the value which is passed to SetTheme? Is it a normal object, or NULL value?</td></tr></table>The problem is occurring in the C# CalendarControl sample that ships with 10.4.1 (with no changes):<br /><br /><table width="99%"><tr><td><pre class="BBcode"><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CalendarThemeOffice2007 pTheme2007;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pTheme2007 = (CalendarThemeOffice2007)wndCalendarControl.Theme;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (pTheme2007 == null)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pTheme2007 = new CalendarThemeOffice2007();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wndCalendarControl.SetTheme(pTheme2007);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mnuThemeOffice2007.Checked = true;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br /></pre></td></tr></table> <br />pTheme2007 is indeed a non-null COM object.<br /><br />I'll let you know what comes of my tests on machines other than this one.<br /><br />Cheers ~ jp]]>
   </description>
   <pubDate>Fri, 26 Jan 2007 09:57:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6193&amp;PID=19758&amp;title=calendarcontrol-sample-net-ofice-2007-theme#19758</guid>
  </item> 
  <item>
   <title><![CDATA[CalendarControl Sample / .NET / Ofice 2007 Theme : Hi,  Well, simply having 2 versions...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6193&amp;PID=19738&amp;title=calendarcontrol-sample-net-ofice-2007-theme#19738</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 6193<br /><strong>Posted:</strong> 25 January 2007 at 6:08pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Well, simply having 2 versions on the same PC shouldn't cause any problem. There should be always something that uses them.</DIV><DIV>&nbsp;</DIV><DIV>Firstly, do our sample applications have the same problem on these PC's ?</DIV><DIV>&nbsp;</DIV><DIV>Second, could you please show us a piece of code where do you call SetTheme? Also, can you check the value which is passed to SetTheme? Is it a normal object, or NULL value?</DIV><DIV>&nbsp;</DIV><DIV>And lastly, you have to check references to controls which project do use.</DIV><DIV>&nbsp;</DIV><DIV>--</DIV><DIV>WBR,</DIV><DIV>Serge</DIV>]]>
   </description>
   <pubDate>Thu, 25 Jan 2007 18:08:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6193&amp;PID=19738&amp;title=calendarcontrol-sample-net-ofice-2007-theme#19738</guid>
  </item> 
  <item>
   <title><![CDATA[CalendarControl Sample / .NET / Ofice 2007 Theme : Serge - I have a product in production...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6193&amp;PID=19701&amp;title=calendarcontrol-sample-net-ofice-2007-theme#19701</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1446">apuhjee</a><br /><strong>Subject:</strong> 6193<br /><strong>Posted:</strong> 24 January 2007 at 4:30pm<br /><br />Serge -<br />I have a product in production and deployed that uses 10.3 - so yes, I have two different versions of the controls on my machine.  Should it be possible to function correctly in this situation?  What if a customer has this 10.3 product installed, then installs a new product using 10.4.1... will they encounter the same error?<br /><br />Since I made my full evangelical swing over to C# and the .NET platform, one of the biggest benefits has been less versioning problems.  I really look forward to the day that Codejock releases a 100% .NET product.<br /><br />Cheers ~ jp<br /><br />]]>
   </description>
   <pubDate>Wed, 24 Jan 2007 16:30:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6193&amp;PID=19701&amp;title=calendarcontrol-sample-net-ofice-2007-theme#19701</guid>
  </item> 
  <item>
   <title><![CDATA[CalendarControl Sample / .NET / Ofice 2007 Theme : Hi,Certainly it doesn&amp;#039;t require...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6193&amp;PID=19693&amp;title=calendarcontrol-sample-net-ofice-2007-theme#19693</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 6193<br /><strong>Posted:</strong> 24 January 2007 at 3:40pm<br /><br />Hi,<br><br>Certainly it doesn't require Office 2007 to be installed.<br><br>Do you have a few different versions of the control installed simultanuously? This might be a sourece of the problem...<br><br>Also, which version of Visual Studio do you use? We've found a small issue with samples usage in VS 2002 -- this could also be a cause.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Wed, 24 Jan 2007 15:40:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6193&amp;PID=19693&amp;title=calendarcontrol-sample-net-ofice-2007-theme#19693</guid>
  </item> 
  <item>
   <title><![CDATA[CalendarControl Sample / .NET / Ofice 2007 Theme : Codejock - Should this be submitted...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6193&amp;PID=19681&amp;title=calendarcontrol-sample-net-ofice-2007-theme#19681</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1446">apuhjee</a><br /><strong>Subject:</strong> 6193<br /><strong>Posted:</strong> 24 January 2007 at 9:59am<br /><br />Codejock -<br />Should this be submitted as a bug?<br /><br />Thanks ~ jp]]>
   </description>
   <pubDate>Wed, 24 Jan 2007 09:59:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6193&amp;PID=19681&amp;title=calendarcontrol-sample-net-ofice-2007-theme#19681</guid>
  </item> 
  <item>
   <title><![CDATA[CalendarControl Sample / .NET / Ofice 2007 Theme : Hope I&amp;#039;m simply missing something,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6193&amp;PID=19625&amp;title=calendarcontrol-sample-net-ofice-2007-theme#19625</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1446">apuhjee</a><br /><strong>Subject:</strong> 6193<br /><strong>Posted:</strong> 23 January 2007 at 9:47am<br /><br />Hope I'm simply missing something, but is Office 2007 required to be installed on a machine before the Office 2007 Calendar Theme functions as expected?<br /><br />Both .NET sample apps(C# or VB.NET) for the Calendar control are failing on the SetTheme() method with an exception that states "Value does not fall within the expected range."<br /><br />Regards ~ jp]]>
   </description>
   <pubDate>Tue, 23 Jan 2007 09:47:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6193&amp;PID=19625&amp;title=calendarcontrol-sample-net-ofice-2007-theme#19625</guid>
  </item> 
 </channel>
</rss>