<?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 : DatePicker .NET compatibility</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : DatePicker .NET compatibility]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 09:37:19 +0000</pubDate>
  <lastBuildDate>Wed, 26 Sep 2007 03:29:57 +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=8156</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[DatePicker .NET compatibility : Ooops, yes indeed. I was focused...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8156&amp;PID=26462&amp;title=datepicker-net-compatibility#26462</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1309">simus</a><br /><strong>Subject:</strong> 8156<br /><strong>Posted:</strong> 26 September 2007 at 3:29am<br /><br />Ooops, yes indeed.<DIV>I was focused on <FONT color=#0000ff size=2>foreach</FONT>.</DIV><DIV>&nbsp;</DIV><DIV>Thank you</DIV>]]>
   </description>
   <pubDate>Wed, 26 Sep 2007 03:29:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8156&amp;PID=26462&amp;title=datepicker-net-compatibility#26462</guid>
  </item> 
  <item>
   <title><![CDATA[DatePicker .NET compatibility : Hi,  Think you forgot indexer:  private...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8156&amp;PID=26456&amp;title=datepicker-net-compatibility#26456</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8156<br /><strong>Posted:</strong> 26 September 2007 at 1:15am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Think you forgot indexer:</DIV><DIV>&nbsp;</DIV><DIV>private void wndDatePicker_SelectionChanged(object eventSender, System.EventArgs eventArgs)<BR>&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;System.DateTime DateMin = DateTime.MinValue;<BR>&nbsp;&nbsp;&nbsp;System.DateTime DateMax = DateTime.MinValue;</DIV><DIV>&nbsp;&nbsp;&nbsp;if (wndDatePicker.Selection.BlocksCount == 1)<BR>&nbsp;&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;&nbsp;DateMin = wndDatePicker.Selection<strong>&#091;0&#093;.</strong>DateBegin;<BR>&nbsp;&nbsp;&nbsp;&nbsp;DateMax = wndDatePicker.Selection<strong>&#091;0&#093;.</strong>DateEnd;<BR>&nbsp;&nbsp;&nbsp;&nbsp;if (DateMin == DateMax)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.Diagnostics.Debug.WriteLine("SelectionChanged. Date = " + DateMin);<BR>&nbsp;&nbsp;&nbsp;&nbsp;else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.Diagnostics.Debug.WriteLine("SelectionChanged. Min Date = " + DateMin + ", Max Date = " + DateMax);<BR>&nbsp;&nbsp;&nbsp;}<BR>&nbsp;&nbsp;&nbsp;else if (wndDatePicker.Selection.BlocksCount &gt; 1)<BR>&nbsp;&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;&nbsp;DateMin = wndDatePicker.Selection<strong>&#091;0&#093;.</strong>DateBegin;<BR>&nbsp;&nbsp;&nbsp;&nbsp;DateMax = wndDatePicker.Selection<strong>&#091;wndDatePicker.Selection.BlocksCount - 1&#093;.</strong>DateEnd;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;System.Diagnostics.Debug.WriteLine("SelectionChanged. Total Selected Blocks = " + wndDatePicker.Selection.BlocksCount + ", Min Date = " + DateMin + ", Max Date = " + DateMax);<BR>&nbsp;&nbsp;&nbsp;}<BR>&nbsp;&nbsp;&nbsp;else<BR>&nbsp;&nbsp;&nbsp;&nbsp;System.Diagnostics.Debug.WriteLine("SelectionChanged. No Selection");<BR>&nbsp;&nbsp;}<BR></DIV>]]>
   </description>
   <pubDate>Wed, 26 Sep 2007 01:15:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8156&amp;PID=26456&amp;title=datepicker-net-compatibility#26456</guid>
  </item> 
  <item>
   <title><![CDATA[DatePicker .NET compatibility : Hi,  I use the ActiveX DatePicker...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8156&amp;PID=26420&amp;title=datepicker-net-compatibility#26420</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1309">simus</a><br /><strong>Subject:</strong> 8156<br /><strong>Posted:</strong> 25 September 2007 at 6:13am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I use the ActiveX DatePicker in C# .NET application.</DIV><DIV>&nbsp;</DIV><DIV>.NET generate the Interop dlls and the DatePicker works fine.</DIV><DIV>&nbsp;</DIV><DIV>The problem I have is regarding the selected blocks of dates.</DIV><DIV>&nbsp;</DIV><DIV>In the Selection object of type <FONT color=#008080 size=2>DatePickerSelection <FONT color=#000000>I do not see the&nbsp;<FONT color=#008080>Blocks</FONT> property. I think it is Interoperability problem of properties with arguments</FONT></FONT></DIV><DIV><FONT size=2>So I cannot get the selected dates</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Does anyone have an idea about that? Is there a way to get Selected dates via another entry point?</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Thanks a lot!</FONT></DIV>]]>
   </description>
   <pubDate>Tue, 25 Sep 2007 06:13:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8156&amp;PID=26420&amp;title=datepicker-net-compatibility#26420</guid>
  </item> 
 </channel>
</rss>