<?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 : popup menus &#111;n right mouse click</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : popup menus &#111;n right mouse click]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 04:24:19 +0000</pubDate>
  <lastBuildDate>Wed, 19 May 2004 09:59:03 +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=758</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[popup menus &#111;n right mouse click : Take a look at the Customizable...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=758&amp;PID=1995&amp;title=popup-menus-on-right-mouse-click#1995</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 758<br /><strong>Posted:</strong> 19 May 2004 at 9:59am<br /><br />Take a look at the Customizable sample.<br><br>Also, you can do something like assuming that you have some type of popup or splitbutton popup control:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim x As CommandBarPopup<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Control = CommandBars.FindControl(, ID_FILE_NEW, , True)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If Not Control Is Nothing Then<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp; Control.CommandBar.ShowPopup<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br><br>The popup menu should be displayed by default where your mouse itpositioned.&nbsp; You can add a popup menu such as this in the designerand only add it to the collection of designer controls so it is notvisible, then use the code above to find and display the popup.&nbsp;You would need CommandBars.DesignerControls.Find if using the designerand the control is not currently added to any commandbars.<br>]]>
   </description>
   <pubDate>Wed, 19 May 2004 09:59:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=758&amp;PID=1995&amp;title=popup-menus-on-right-mouse-click#1995</guid>
  </item> 
  <item>
   <title><![CDATA[popup menus &#111;n right mouse click : I see in the MDISample project...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=758&amp;PID=1993&amp;title=popup-menus-on-right-mouse-click#1993</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=535">skluc</a><br /><strong>Subject:</strong> 758<br /><strong>Posted:</strong> 19 May 2004 at 9:46am<br /><br /><P>I see in the MDISample project an example to build a popup menu on right mouse click.</P><P>Is it possible build the menu in the commandbar designer and then use it at run time without build the menu everytime?</P>]]>
   </description>
   <pubDate>Wed, 19 May 2004 09:46:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=758&amp;PID=1993&amp;title=popup-menus-on-right-mouse-click#1993</guid>
  </item> 
 </channel>
</rss>