<?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 : Picking a date</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Picking a date]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 28 May 2026 14:52:57 +0000</pubDate>
  <lastBuildDate>Fri, 29 Jan 2010 19:15:36 +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=16089</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[Picking a date : Why don&amp;#039;t use same way as...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16089&amp;PID=56475&amp;title=picking-a-date#56475</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 16089<br /><strong>Posted:</strong> 29 January 2010 at 7:15pm<br /><br />Why don't use same way as in function which use HitTest.ViewEvent.Event (e.g. you can use&nbsp;HitTest.ViewEvent.Event.StartTime)<DIV>Private Sub CalendarControl_DblClick()<BR>&nbsp;&nbsp;&nbsp; Dim HitTest As CalendarHitTestInfo<BR>&nbsp;&nbsp;&nbsp; Set HitTest = CalendarControl.ActiveView.HitTest<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Dim Events As CalendarEvents<BR>&nbsp;&nbsp;&nbsp; If Not HitTest.HitCode = xtpCalendarHitTestUnknown Then<BR>&nbsp;&nbsp;&nbsp;&nbsp; '&nbsp;&nbsp; Set Events = CalendarControl.DataProvider.RetrieveDayEvents(HitTest.ViewDay.Date)<BR>&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; If HitTest.ViewEvent Is Nothing Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MsgBox HitTest.HitDateTime<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mnuNewEvent_Click<BR>&nbsp;&nbsp;&nbsp; Else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ModifyEvent HitTest.ViewEvent.Event<BR>&nbsp;&nbsp;&nbsp; End If<BR>End Sub<BR></DIV>]]>
   </description>
   <pubDate>Fri, 29 Jan 2010 19:15:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16089&amp;PID=56475&amp;title=picking-a-date#56475</guid>
  </item> 
  <item>
   <title><![CDATA[Picking a date : Hi, I have a quick question for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16089&amp;PID=56390&amp;title=picking-a-date#56390</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5847">dexatron</a><br /><strong>Subject:</strong> 16089<br /><strong>Posted:</strong> 27 January 2010 at 8:59am<br /><br />Hi, I have a quick question for you.<br><br>I want to use the calendar manually.&nbsp; That is I need a few events that include:<br><br>Date change --&gt; returns the date clicked on<br>Month change --&gt; notifies that the month has changed<br>Event click --&gt; returns the id of an event so that I can take action<br><br>The Date change is the most important to me, I've been trying to extract this using the dbl-click event, with hittest<br><br>but obviously this line of code doesn't work becuase there is no selection property.<br><br>&nbsp;gDate = Format(CalendarControl.ActiveView.days(CalendarControl.ActiveView.Selection).Date, "YYYY-MM-DD")<br><br>any help greatly appreciated, Greg<br>]]>
   </description>
   <pubDate>Wed, 27 Jan 2010 08:59:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16089&amp;PID=56390&amp;title=picking-a-date#56390</guid>
  </item> 
 </channel>
</rss>