<?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 : Resync Calendar with DatePicker</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Resync Calendar with DatePicker]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 28 May 2026 14:53:51 +0000</pubDate>
  <lastBuildDate>Mon, 25 Jan 2010 13:51:24 +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=16057</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[Resync Calendar with DatePicker : https://forum.codejock.com/upl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16057&amp;PID=56346&amp;title=resync-calendar-with-datepicker#56346</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 16057<br /><strong>Posted:</strong> 25 January 2010 at 1:51pm<br /><br /><a href="https://forum.codejock.com/uploads/BetaOCX/CalendarBeta14.rar" target="_blank">https://forum.codejock.com/uploads/BetaOCX/CalendarBeta14.rar</A>&nbsp;<DIV>had new function datepicker.ResyncCalendar</DIV><DIV>&nbsp;</DIV><DIV>and also modified function </DIV><DIV>datepicker.FirstWeekOfYearDays = (say 4 for Germany) to make proper Print / PrintPreview small calendars with week numbers</DIV>]]>
   </description>
   <pubDate>Mon, 25 Jan 2010 13:51:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16057&amp;PID=56346&amp;title=resync-calendar-with-datepicker#56346</guid>
  </item> 
  <item>
   <title><![CDATA[Resync Calendar with DatePicker : You can call it, but it won&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16057&amp;PID=56337&amp;title=resync-calendar-with-datepicker#56337</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 16057<br /><strong>Posted:</strong> 25 January 2010 at 10:11am<br /><br />You can call it, but it won't update still.&nbsp; Problem is wndDatePicker.Select does not fire wndDatePicker_SelectionChanged:<br><br>&nbsp;&nbsp;&nbsp; wndDatePicker.Selection.AllowNoncontinuousSelection = True<br>&nbsp;&nbsp;&nbsp; wndDatePicker.Select "01/20/2010"<br>&nbsp;&nbsp;&nbsp; wndDatePicker.Select "01/25/2010"<br>&nbsp;&nbsp;&nbsp; wndDatePicker.Select "01/27/2010"<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Call wndDatePicker_SelectionChanged<br>]]>
   </description>
   <pubDate>Mon, 25 Jan 2010 10:11:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16057&amp;PID=56337&amp;title=resync-calendar-with-datepicker#56337</guid>
  </item> 
  <item>
   <title><![CDATA[Resync Calendar with DatePicker : this is working code for MFC app  COleDateTime...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16057&amp;PID=56315&amp;title=resync-calendar-with-datepicker#56315</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 16057<br /><strong>Posted:</strong> 22 January 2010 at 6:11pm<br /><br />this is working code for MFC app<DIV><FONT size=2><P>COleDateTime odt1 = COleDateTime(2009,8,1,0,0,0); COleDateTime odt2 = COleDateTime(2009,9,1,0,0,0);</P><P>CXTPDatePickerControl* pDatePicker = &amp;((CMainFrame*) GetParentFrame())-&gt;m_dlgDatePicker.m_wndDatePicker;</P><P>pDatePicker-&gt;SetRange(&amp;odt1, &amp;odt2); pDatePicker-&gt;SetSelRange(odt1, odt2);</P><DIV>---- all above you can do in VB</DIV><DIV>pDatePicker-&gt;GetConnection()-&gt;SendEvent(XTP_NC_DATEPICKERSELECTIONCHANGED, 0, 0); </DIV><DIV>----coud you do smth similar in VB?</DIV></FONT></DIV>]]>
   </description>
   <pubDate>Fri, 22 Jan 2010 18:11:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16057&amp;PID=56315&amp;title=resync-calendar-with-datepicker#56315</guid>
  </item> 
  <item>
   <title><![CDATA[Resync Calendar with DatePicker : Hi All,  I have a scenario where...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16057&amp;PID=56303&amp;title=resync-calendar-with-datepicker#56303</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4223">AndyWilton</a><br /><strong>Subject:</strong> 16057<br /><strong>Posted:</strong> 22 January 2010 at 11:07am<br /><br />Hi All,<DIV>&nbsp;</DIV><DIV>I have a scenario where I select various different dates in the DatePicker using the 'Select' method.&nbsp; The problem is that if the DatePicker is attached to a Calendar, the Calendar is not updating.</DIV><DIV>&nbsp;</DIV><DIV>Eg.&nbsp; We start with a scenario where both the Calendar and the DatePicker has 1st January highlighted / selected.</DIV><DIV>I then select 4th, 6th and 10th January on the DatePicker via the 'Select' method.&nbsp; The DatePicker then has those dates selected BUT the Calendar is still showing the 1st of January.</DIV><DIV>&nbsp;</DIV><DIV>Does anybody know of a method to tell the Calendar to Resync itself with the DatePicker.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>The above obviously works if the DatePicker selections are done via the mouse, but I need to do it via code.</DIV><DIV>&nbsp;</DIV><DIV>Thanks in advance.</DIV><DIV>&nbsp;</DIV><DIV>Andy</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 22 Jan 2010 11:07:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16057&amp;PID=56303&amp;title=resync-calendar-with-datepicker#56303</guid>
  </item> 
 </channel>
</rss>