<?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 : Hide the &quot;Customize...&quot; item</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Hide the &quot;Customize...&quot; item]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 16:16:38 +0000</pubDate>
  <lastBuildDate>Tue, 21 Oct 2008 02:11:24 +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=12461</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[Hide the &quot;Customize...&quot; item : Right :) Forgot about this method...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12461&amp;PID=42178&amp;title=hide-the-customize-item#42178</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12461<br /><strong>Posted:</strong> 21 October 2008 at 2:11am<br /><br />Right :) Forgot about this method :)]]>
   </description>
   <pubDate>Tue, 21 Oct 2008 02:11:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12461&amp;PID=42178&amp;title=hide-the-customize-item#42178</guid>
  </item> 
  <item>
   <title><![CDATA[Hide the &quot;Customize...&quot; item : Thanks Oleg.  I got following...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12461&amp;PID=42159&amp;title=hide-the-customize-item#42159</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4505">FrankC</a><br /><strong>Subject:</strong> 12461<br /><strong>Posted:</strong> 20 October 2008 at 10:09am<br /><br /><DIV>Thanks Oleg.</DIV><DIV>&nbsp;</DIV><DIV>I got following idea from you other postings, and it works.</DIV><DIV>&nbsp;</DIV><DIV>void CMainFrame::OnUpdateCustomize(CCmdUI* pCmdUI) <BR>{<BR>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;CXTPPopupBar* pPopupBar = (CXTPPopupBar*)pCmdUI-&gt;m_pOther;<BR>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;if(pPopupBar)<BR>&nbsp;&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;CXTPControl* pControl = pPopupBar-&gt;GetControl(1);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;if(pControl)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;pControl-&gt;SetVisible(FALSE);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;return;<BR>&nbsp;&nbsp;&nbsp; &nbsp;}<BR>}</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 20 Oct 2008 10:09:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12461&amp;PID=42159&amp;title=hide-the-customize-item#42159</guid>
  </item> 
  <item>
   <title><![CDATA[Hide the &quot;Customize...&quot; item : Hi,  Its not easy :( See GetAddOrRemovePopup...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12461&amp;PID=42140&amp;title=hide-the-customize-item#42140</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12461<br /><strong>Posted:</strong> 20 October 2008 at 6:43am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Its not easy :(</DIV><DIV>See GetAddOrRemovePopup method. You can create class derived from CXTPCommandBars and override this method.</DIV>]]>
   </description>
   <pubDate>Mon, 20 Oct 2008 06:43:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12461&amp;PID=42140&amp;title=hide-the-customize-item#42140</guid>
  </item> 
  <item>
   <title><![CDATA[Hide the &quot;Customize...&quot; item : I tried not catching XTP_ID_CUSTOMIZE,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12461&amp;PID=42110&amp;title=hide-the-customize-item#42110</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4505">FrankC</a><br /><strong>Subject:</strong> 12461<br /><strong>Posted:</strong> 17 October 2008 at 9:41am<br /><br />I tried not catching XTP_ID_CUSTOMIZE, while this caused both the Standard and Customize... items disenabled.&nbsp; While what is required is to&nbsp; keep the Standard enabled while remove the Customize item.<DIV>&nbsp;</DIV><DIV>Thanks,</DIV><DIV>Frank</DIV>]]>
   </description>
   <pubDate>Fri, 17 Oct 2008 09:41:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12461&amp;PID=42110&amp;title=hide-the-customize-item#42110</guid>
  </item> 
  <item>
   <title><![CDATA[Hide the &quot;Customize...&quot; item : Just don&amp;#039;t catch XTP_ID_CUSTOMIZE...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12461&amp;PID=42094&amp;title=hide-the-customize-item#42094</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12461<br /><strong>Posted:</strong> 17 October 2008 at 2:30am<br /><br /><P>Just don't catch XTP_ID_CUSTOMIZE message.</P>]]>
   </description>
   <pubDate>Fri, 17 Oct 2008 02:30:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12461&amp;PID=42094&amp;title=hide-the-customize-item#42094</guid>
  </item> 
  <item>
   <title><![CDATA[Hide the &quot;Customize...&quot; item : There are menu items inside the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12461&amp;PID=42083&amp;title=hide-the-customize-item#42083</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4505">FrankC</a><br /><strong>Subject:</strong> 12461<br /><strong>Posted:</strong> 16 October 2008 at 5:14pm<br /><br /><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>There are menu items inside the toolbar customize popup menu, “Standard” and “Customize…”.<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>How can I remove the “Customize…” item while keeping the “Standard” item?</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><?:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p><FONT face="Times New Roman" size=3>&nbsp;</FONT></o:p></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>Thanks,</FONT></P><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-bidi-font-size: 10.0pt; mso-fareast-font-family: 'MS Mincho'; mso-fareast-: JA; mso-ansi-: EN-US; mso-bidi-: AR-SA">Frank</SPAN>]]>
   </description>
   <pubDate>Thu, 16 Oct 2008 17:14:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12461&amp;PID=42083&amp;title=hide-the-customize-item#42083</guid>
  </item> 
 </channel>
</rss>