<?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 : 2010 theme in calendar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : 2010 theme in calendar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 28 May 2026 08:15:37 +0000</pubDate>
  <lastBuildDate>Wed, 06 Jul 2011 13:38:38 +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=18609</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[2010 theme in calendar : It is the same as in the vb6 sample,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18609&amp;PID=65138&amp;title=2010-theme-in-calendar#65138</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 18609<br /><strong>Posted:</strong> 06 July 2011 at 1:38pm<br /><br />It is the same as in the vb6 sample, here is the C# sample modified:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;public XtremeCalendarControl.CalendarGlobalSettings CalendarGlobalSettings;<br><br>		public frmMain()<br>		{<br>			//<br>			// Required for Windows Form Designer support<br>			//<br>			Instance = this;<br>			InitializeComponent();<br>			InitializeControls();<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CalendarGlobalSettings = new XtremeCalendarControl.CalendarGlobalSettings();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CalendarGlobalSettings.ResourceImages.LoadFromFile(StylesPath() + "Office2010.dll", "Office2010Blue.ini");<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wndCalendarControl.VisualTheme = CalendarTheme.xtpCalendarThemeResource;<br><br>			//<br>			// TODO: Add any constructor code after InitializeComponent call<br>			//<br>		}<br><br>		public string StylesPath()<br>		{<br>			string strExePath = System.IO.Path.GetDirectoryName(Application.ExecutablePath);<br><br>			if (System.IO.Directory.Exists(strExePath + "\\..\\..\\..\\..\\Styles"))<br>				return strExePath + "\\..\\..\\..\\..\\Styles\\";<br><br>			if (System.IO.Directory.Exists(strExePath + "\\..\\..\\..\\..\\..\\Styles"))<br>				return strExePath + "\\..\\..\\..\\..\\..\\Styles\\";<br><br>			if (System.IO.Directory.Exists(strExePath + "\\..\\..\\..\\..\\..\\..\\Styles"))<br>				return strExePath + "\\..\\..\\..\\..\\..\\..\\Styles\\";<br><br>			return strExePath + "\\..\\..\\..\\Styles\\";<br>		}]]>
   </description>
   <pubDate>Wed, 06 Jul 2011 13:38:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18609&amp;PID=65138&amp;title=2010-theme-in-calendar#65138</guid>
  </item> 
  <item>
   <title><![CDATA[2010 theme in calendar : hi,anyone can tell me how must...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18609&amp;PID=65088&amp;title=2010-theme-in-calendar#65088</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6526">kaliand</a><br /><strong>Subject:</strong> 18609<br /><strong>Posted:</strong> 01 July 2011 at 2:39pm<br /><br />hi,<br><br>anyone can tell me how must be implemented  2010 (blue, silver or black) theme in a calendar control in vb.net windows form?<br><br>i bought 2 developer licence of the suite, but in the .net example doesn't exists this feature.<br><br>thanks!!<br>]]>
   </description>
   <pubDate>Fri, 01 Jul 2011 14:39:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18609&amp;PID=65088&amp;title=2010-theme-in-calendar#65088</guid>
  </item> 
 </channel>
</rss>