<?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 Menu</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Popup Menu]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 08 Jun 2026 23:56:51 +0000</pubDate>
  <lastBuildDate>Tue, 12 Aug 2003 17:05:25 +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=127</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 Menu : Got it. In my TrackPopupMenu method...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=127&amp;PID=265&amp;title=popup-menu#265</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=133">thodgson</a><br /><strong>Subject:</strong> 127<br /><strong>Posted:</strong> 12 August 2003 at 5:05pm<br /><br /><P>Got it.&nbsp; In my TrackPopupMenu method call, I was passing in this instead of the active view:</P><P>&nbsp;</P><P>Was:</P><P><FONT color=#808080>pop</FONT>-&gt;<FONT color=#880000>TrackPopupMenuEx</FONT>( <FONT color=#a000a0>TPM_LEFTALIGN</FONT> | <FONT color=#a000a0>TPM_RIGHTBUTTON</FONT>,</P><P><FONT color=#808080>point</FONT>.<FONT color=#808080>x</FONT>, <FONT color=#808080>point</FONT>.<FONT color=#808080>y</FONT>, <FONT color=#0000ff>this</FONT>, <FONT color=#a000a0>NULL</FONT> );</P><P>&nbsp;</P><P>Now:</P><P><FONT color=#808080>pop</FONT>-&gt;<FONT color=#880000>TrackPopupMenuEx</FONT>( <FONT color=#a000a0>TPM_LEFTALIGN</FONT> | <FONT color=#a000a0>TPM_RIGHTBUTTON</FONT>,</P><P><FONT color=#808080>point</FONT>.<FONT color=#808080>x</FONT>, <FONT color=#808080>point</FONT>.<FONT color=#808080>y</FONT>, <FONT color=#880000>AfxGetMainWnd</FONT>()-&gt;<FONT color=#880000>GetActiveWindow</FONT>(), <FONT color=#a000a0>NULL</FONT> );</P>]]>
   </description>
   <pubDate>Tue, 12 Aug 2003 17:05:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=127&amp;PID=265&amp;title=popup-menu#265</guid>
  </item> 
  <item>
   <title><![CDATA[Popup Menu : I have a popup menu, that doesn&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=127&amp;PID=259&amp;title=popup-menu#259</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=133">thodgson</a><br /><strong>Subject:</strong> 127<br /><strong>Posted:</strong> 11 August 2003 at 1:37pm<br /><br /><P>I have a popup menu, that doesn't do anthing fancy at all, which is having two problems:</P><P>The application is derived from the Outlook GUI example.&nbsp; The popup menu appears in the frame with the ListView.&nbsp; Functionally, when a user right clicks on a list item, the menu should pop-up.</P><P>1. The toolbar icons don't show up.&nbsp; In my Mainframe class's OnCreate method, I am calling InstallCoolMenus and passing in the resource ID for the popup menu.&nbsp; </P><P>2. The menu doesn't seem to respond to Update UI messages, e.g., certain items in the "main" menu are greyed out, but in the popup, they are not.</P><P>Maybe I'm missing something very simple, please let me know.&nbsp; If you know of an example I can work with, please let me know.</P><P>&nbsp;</P><P>Thanks!</P><P><FONT color=#808080>&nbsp;</P></FONT>]]>
   </description>
   <pubDate>Mon, 11 Aug 2003 13:37:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=127&amp;PID=259&amp;title=popup-menu#259</guid>
  </item> 
 </channel>
</rss>