<?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 : tooltip allday-event</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : tooltip allday-event]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 02:18:21 +0000</pubDate>
  <lastBuildDate>Sat, 02 Feb 2008 07:32:16 +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=9262</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[tooltip allday-event : Hello,   You can have tooltips...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9262&amp;PID=30747&amp;title=tooltip-alldayevent#30747</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1646">dentor</a><br /><strong>Subject:</strong> 9262<br /><strong>Posted:</strong> 02 February 2008 at 7:32am<br /><br />Hello, <DIV>&nbsp;</DIV><DIV>You can have tooltips for all case of positions in the Calendar Control.</DIV><DIV>&nbsp;</DIV><DIV>Personally, I use 3 types of tooltip in the Calendar Control:</DIV><UL><LI>Event, Show the Time and the Subject <LI>All day Event, I only show the Subject <LI>No Event, useful to show the time of the cursor position </LI></UL><DIV>You can set tooltip in the MouseMove Event :</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Private Sub Calendar_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)<BR>Dim HitTest As CalendarHitTestInfo<BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp; Set HitTest = Calendar.ActiveView.HitTest<BR>&nbsp;&nbsp;&nbsp; If Not HitTest.ViewEvent Is Nothing Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If HitTest.ViewEvent.Event.AllDayEvent Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calendar.ToolTipText = HitTest.ViewEvent.Event.Subject<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calendar.ToolTipText = ExtractTime(HitTest.ViewEvent.Event.StartTime) &amp; "-" &amp; ExtractTime(HitTest.ViewEvent.Event.EndTime) &amp; " " &amp; HitTest.ViewEvent.Event.Subject<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp; Else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calendar.ToolTipText = ExtractTime(HitTest.HitDateTime)<BR>&nbsp;&nbsp;&nbsp; End If<BR>End Sub</DIV><DIV><BR>&nbsp;</DIV><DIV>' *** A function to extract the time from the date event</DIV><DIV>Private Function ExtractTime(Dt As Date) As String<BR>&nbsp;&nbsp;&nbsp; ExtractTime = Format(Dt, "hh:nn")<BR>End Function<BR></DIV><DIV>&nbsp;</DIV><DIV>Hope it will help you <img src="https://forum.codejock.com/smileys/smiley4.gif" border="0">&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 02 Feb 2008 07:32:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9262&amp;PID=30747&amp;title=tooltip-alldayevent#30747</guid>
  </item> 
  <item>
   <title><![CDATA[tooltip allday-event : Is it correct that there is no...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9262&amp;PID=29994&amp;title=tooltip-alldayevent#29994</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2212">tjbobersen</a><br /><strong>Subject:</strong> 9262<br /><strong>Posted:</strong> 09 January 2008 at 3:00am<br /><br />Is it correct that there is no tooltip for allday events?<br><br>I only get tooltips moving the mouse over events with specified time (either dayview or monthview or weekview). <br>]]>
   </description>
   <pubDate>Wed, 09 Jan 2008 03:00:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9262&amp;PID=29994&amp;title=tooltip-alldayevent#29994</guid>
  </item> 
 </channel>
</rss>