<?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 : Select cell using right click</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Select cell using right click]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 01 May 2026 06:14:52 +0000</pubDate>
  <lastBuildDate>Sun, 14 Oct 2007 21:52:20 +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=8413</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[Select cell using right click : Thanks Serge! ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8413&amp;PID=27309&amp;title=select-cell-using-right-click#27309</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2405">rkaupins</a><br /><strong>Subject:</strong> 8413<br /><strong>Posted:</strong> 14 October 2007 at 9:52pm<br /><br /><P>Thanks Serge!</P>]]>
   </description>
   <pubDate>Sun, 14 Oct 2007 21:52:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8413&amp;PID=27309&amp;title=select-cell-using-right-click#27309</guid>
  </item> 
  <item>
   <title><![CDATA[Select cell using right click : You can do it programmatically...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8413&amp;PID=27300&amp;title=select-cell-using-right-click#27300</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 8413<br /><strong>Posted:</strong> 14 October 2007 at 4:51pm<br /><br />You can do it programmatically like:<br><table width="99%"><tr><td><pre class="BBcode"><br>Private Sub CalendarControl_ContextMenu(ByVal X As Single, ByVal Y As Single)<br><br>&nbsp;&nbsp;&nbsp; Debug.Print "On context menu"<br>&nbsp;&nbsp;&nbsp; <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; If HitTest.TimePartValid Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; HitTest.ViewDay.View.Selection.Begin = HitTest.HitDateTime<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; HitTest.ViewDay.View.Selection.End = HitTest.HitDateTime<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CalendarControl.RedrawControl<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Exit Sub<br>&nbsp;&nbsp;&nbsp; End If<br><br>...<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Sun, 14 Oct 2007 16:51:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8413&amp;PID=27300&amp;title=select-cell-using-right-click#27300</guid>
  </item> 
  <item>
   <title><![CDATA[Select cell using right click : Is it possible to right-click...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8413&amp;PID=27240&amp;title=select-cell-using-right-click#27240</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2405">rkaupins</a><br /><strong>Subject:</strong> 8413<br /><strong>Posted:</strong> 12 October 2007 at 12:56am<br /><br />Is it possible to right-click on the Calendar and have the cell clicked on selected?<DIV>&nbsp;</DIV><DIV>I'm using version 10.4.1.</DIV><DIV>&nbsp;</DIV><DIV>Cheers.</DIV>]]>
   </description>
   <pubDate>Fri, 12 Oct 2007 00:56:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8413&amp;PID=27240&amp;title=select-cell-using-right-click#27240</guid>
  </item> 
 </channel>
</rss>