<?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 : Creating right click pop menu</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Creating right click pop menu]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 16:05:16 +0000</pubDate>
  <lastBuildDate>Wed, 11 Apr 2007 11:56:37 +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=6838</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[Creating right click pop menu : To add to the above i have another...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6838&amp;PID=21849&amp;title=creating-right-click-pop-menu#21849</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2885">tejsingh</a><br /><strong>Subject:</strong> 6838<br /><strong>Posted:</strong> 11 April 2007 at 11:56am<br /><br />To add to the above i have another issue:<br><br>What i want to do is to have a procedure which will return the item selected from the popup menu is that possible?<br>]]>
   </description>
   <pubDate>Wed, 11 Apr 2007 11:56:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6838&amp;PID=21849&amp;title=creating-right-click-pop-menu#21849</guid>
  </item> 
  <item>
   <title><![CDATA[Creating right click pop menu : Cheers for that!I have adapted...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6838&amp;PID=21836&amp;title=creating-right-click-pop-menu#21836</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2885">tejsingh</a><br /><strong>Subject:</strong> 6838<br /><strong>Posted:</strong> 11 April 2007 at 10:17am<br /><br /><font size="2"><font face="Verdana, Arial, Helvetica, sans-serif">Cheers for that!<br><br>I have adapted what you posted into my calendar_Mousedown procedure.<br><br>And it works a treat cheers!<br><br>Just need to get it work when it finds an event. I am creating a com object which is embedded into my progress 4gl program.<br><br>I have another problem which is i have created the command bar on screen but when i open the object it displays the command bar at the top of the screen. But i can move it around the screen.<br><br>Can this be disabled??<br><br>TJ<br><br><br></font></font>]]>
   </description>
   <pubDate>Wed, 11 Apr 2007 10:17:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6838&amp;PID=21836&amp;title=creating-right-click-pop-menu#21836</guid>
  </item> 
  <item>
   <title><![CDATA[Creating right click pop menu : Try this TJ..Private Sub CalendarControl_ContextMenu(ByVal...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6838&amp;PID=21835&amp;title=creating-right-click-pop-menu#21835</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2090">joeliner</a><br /><strong>Subject:</strong> 6838<br /><strong>Posted:</strong> 11 April 2007 at 9:55am<br /><br />Try this TJ..<img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="absmiddle"><br><br>Private Sub CalendarControl_ContextMenu(ByVal x As Single, ByVal y As Single)<br>Dim PopupBar As CommandBar, Control As CommandBarControl<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 Not HitTest.ViewEvent Is Nothing Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set ContextEvent = HitTest.ViewEvent.Event<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ZOrder<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set PopupBar = CommandBars.Add("Popup", xtpBarPopup)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With PopupBar.Controls<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Add xtpControlButton, 1, "&amp;Open Event"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Add xtpControlButton, 2, "&amp;Delete Event"<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  .<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  .&nbsp;&nbsp;  <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  .<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PopupBar.ShowPopup<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; End If<br><br>]]>
   </description>
   <pubDate>Wed, 11 Apr 2007 09:55:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6838&amp;PID=21835&amp;title=creating-right-click-pop-menu#21835</guid>
  </item> 
  <item>
   <title><![CDATA[Creating right click pop menu : HiI am new to all thisjust wondering...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6838&amp;PID=21834&amp;title=creating-right-click-pop-menu#21834</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2885">tejsingh</a><br /><strong>Subject:</strong> 6838<br /><strong>Posted:</strong> 11 April 2007 at 9:30am<br /><br /><font size="2"><font face="Verdana, Arial, Helvetica, sans-serif">Hi<br><br>I am new to all this<br><br>just wondering can anyone assist me with this.<br><br>I have created a calendar and on events when i right click i want a popup menu to appear similar to the one in outlook<br><br>i have looked at examples but no joy<br><br>any advice would be much appreciated <br><br>TJ<img src="http://forum.codejock.com/smileys/smiley5.gif" border="0" align="absmiddle"><br></font></font>]]>
   </description>
   <pubDate>Wed, 11 Apr 2007 09:30:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6838&amp;PID=21834&amp;title=creating-right-click-pop-menu#21834</guid>
  </item> 
 </channel>
</rss>