<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'How to create a custom Calendar/DateTimePicker control?' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'How to create a custom Calendar/DateTimePicker control?' posted on the 'VB.NET' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 18 May 2013 09:38:13 -0700</pubDate>
    <lastBuildDate>Sat, 18 May 2013 09:38:13 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>How to create a custom Calendar/DateTimePicker control?</title>
      <link>http://www.programmersheaven.com/mb/VBNET/421067/421067/how-to-create-a-custom-calendardatetimepicker-control/</link>
      <description>Hello All,&lt;br /&gt;
I need to create a new DateTimePicker control supporting the Hijri and Hebrew calendars&lt;br /&gt;
I tried the DateTimePicker on "windows server 2008" and it was working very fine without any code change for Hijri and Hebrew calendars but on "windows XP" it works only with Grgorian calendar&lt;br /&gt;
so i need to create a new DateTimePicker that implements the following calendars&lt;br /&gt;
system.globalization.hijricalendar and system.globalization.hebrewcalendar&lt;br /&gt;
i do not know what is the best way to design and implement this item, can you please help me? &lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBNET/421067/421067/how-to-create-a-custom-calendardatetimepicker-control/</guid>
      <pubDate>Wed, 19 Jan 2011 05:08:16 -0700</pubDate>
      <category>VB.NET</category>
    </item>
    <item>
      <title>Re: How to create a custom Calendar/DateTimePicker control?</title>
      <link>http://www.programmersheaven.com/mb/VBNET/421067/421141/re-how-to-create-a-custom-calendardatetimepicker-control/#421141</link>
      <description>Hello Gadix1980,&lt;br /&gt;
&lt;br /&gt;
I am sorry I cannot be of more assistance teaching you to create this control, however I was able to uncover similar projects which have already been created and posted online.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Hijri Calendar&lt;/strong&gt;&lt;br /&gt;
&lt;a href="http://www.codeproject.com/KB/cs/HijriCalendar.aspx"&gt;http://www.codeproject.com/KB/cs/HijriCalendar.aspx&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Also, didn't research this more, but it looks like there is an object called System.Globalization.HijriCalendar which may work as a solution for you. Since it is from 2008, I assume it will work with XP.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Hebrew Calendar&lt;/strong&gt;&lt;br /&gt;
&lt;a href="http://www.hebcal.com/home/category/developers"&gt;http://www.hebcal.com/home/category/developers&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.dafaweek.com/HebCal/HebCal.html"&gt;http://www.dafaweek.com/HebCal/HebCal.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
Perhaps the code that is working fine on Server2008 would work in XP with some "massaging," have you gone down that route?&lt;br /&gt;
&lt;br /&gt;
-Sean Campbell -Firesickle</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBNET/421067/421141/re-how-to-create-a-custom-calendardatetimepicker-control/#421141</guid>
      <pubDate>Fri, 21 Jan 2011 14:21:48 -0700</pubDate>
      <category>VB.NET</category>
    </item>
  </channel>
</rss>