<?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 : Show Start and End Time</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Show Start and End Time]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 30 May 2026 17:46:14 +0000</pubDate>
  <lastBuildDate>Tue, 30 Mar 2010 10:12:54 +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=14213</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[Show Start and End Time : Okay a further look in the code...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14213&amp;PID=57847&amp;title=show-start-and-end-time#57847</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=313">Marco1</a><br /><strong>Subject:</strong> 14213<br /><strong>Posted:</strong> 30 March 2010 at 10:12am<br /><br />Okay a further look in the code shows (as far as I can see), that this feature is not implemented in Office2007 theme, btw. MS doesn't have this either.<br><br>So, an easy way is to sink the following function:<br><br>void CCalendarView::OnEvent_GetItemText(XTP_NOTIFY_CODE Event, WPARAM wParam, LPARAM lParam)<br>{<br>&nbsp;&nbsp;&nbsp; UNREFERENCED_PARAMETER(lParam);<br>&nbsp;&nbsp;&nbsp; XTP_CALENDAR_GETITEMTEXT_PARAMS* pParams = (XTP_CALENDAR_GETITEMTEXT_PARAMS*)wParam ;<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; if (XTP_NC_CALENDAR_GETITEMTEXT != Event || !pParams)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return;<br><br>&nbsp;&nbsp;&nbsp; if (xtpCalendarItemText_EventSubject == pParams-&gt;nItem)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // modifiy text here, set date in subject<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ....<br>&nbsp;&nbsp;&nbsp; }<br>}<br><br>]]>
   </description>
   <pubDate>Tue, 30 Mar 2010 10:12:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14213&amp;PID=57847&amp;title=show-start-and-end-time#57847</guid>
  </item> 
  <item>
   <title><![CDATA[Show Start and End Time :  How can this be done in WorkWeekView...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14213&amp;PID=57846&amp;title=show-start-and-end-time#57846</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=313">Marco1</a><br /><strong>Subject:</strong> 14213<br /><strong>Posted:</strong> 30 March 2010 at 7:07am<br /><br />How can this be done in <b>Work</b>WeekView in <b>Office2007</b> theme?<br>In the moment only the subject is displayed, but not start/endtime (in other themes times are displayed)<br><br>I havn't found any API function in XTPCalandarControl.<br>And it doesn't help to set<br><br>xtpCalendarOptWorkWeekViewShowStartTimeAlways<br>xtpCalendarOptWorkWeekViewShowEndTimeAlways<br><br>option flags.<br><br>Any ideas?<br><br><br>Using 13.3.1 and VC++ <br>]]>
   </description>
   <pubDate>Tue, 30 Mar 2010 07:07:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14213&amp;PID=57846&amp;title=show-start-and-end-time#57846</guid>
  </item> 
  <item>
   <title><![CDATA[Show Start and End Time :   There are different options...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14213&amp;PID=48775&amp;title=show-start-and-end-time#48775</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14213<br /><strong>Posted:</strong> 07 May 2009 at 5:01pm<br /><br /><img src="https://forum.codejock.com/uploads/20090507_170215_ScreenShot2.jpg" border="0"><DIV>&nbsp;</DIV><DIV>There are different options for different mode - check your VB sample for details please </DIV><DIV></DIV>]]>
   </description>
   <pubDate>Thu, 07 May 2009 17:01:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14213&amp;PID=48775&amp;title=show-start-and-end-time#48775</guid>
  </item> 
  <item>
   <title><![CDATA[Show Start and End Time : This should be so obvious, I&amp;#039;m...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14213&amp;PID=48651&amp;title=show-start-and-end-time#48651</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3440">DataFlowJoe</a><br /><strong>Subject:</strong> 14213<br /><strong>Posted:</strong> 05 May 2009 at 6:47am<br /><br />This should be so obvious, I'm embarassed having to ask for it....&nbsp;but I simply cannot find it on the forum or in the help file. <DIV>&nbsp;</DIV><DIV>The start time and end time is displayed&nbsp;when the mouse is moved over the event box.</DIV><DIV>&nbsp;</DIV><DIV>How do I permanently show the start and end time in the event box displayed on the calendar, not just when the mouse pointer is moved over it.</DIV><DIV>&nbsp;</DIV><DIV>I thought the following flags did it but they dont....</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;CalendarControl.Options.AdditionalOptionsFlags.SetFlag xtpCalendarOptDayViewShowStartTimeAlways<BR>&nbsp;CalendarControl.Options.AdditionalOptionsFlags.SetFlag xtpCalendarOptDayViewShowEndTimeAlways</DIV><DIV>&nbsp;</DIV><DIV>Any help greatly appreciated.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 05 May 2009 06:47:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14213&amp;PID=48651&amp;title=show-start-and-end-time#48651</guid>
  </item> 
 </channel>
</rss>