<?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 : c sharp CXTPRibbonControlSystemPopupBarButton</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : c sharp CXTPRibbonControlSystemPopupBarButton]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 02:17:34 +0000</pubDate>
  <lastBuildDate>Mon, 03 Dec 2007 20:38:12 +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=8875</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[c sharp CXTPRibbonControlSystemPopupBarButton : Thank, the sample you supply work...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8875&amp;PID=29148&amp;title=c-sharp-cxtpribboncontrolsystempopupbarbutton#29148</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2364">gaudetm</a><br /><strong>Subject:</strong> 8875<br /><strong>Posted:</strong> 03 December 2007 at 8:38pm<br /><br />Thank, the sample you supply work fine<DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>Marc</DIV>]]>
   </description>
   <pubDate>Mon, 03 Dec 2007 20:38:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8875&amp;PID=29148&amp;title=c-sharp-cxtpribboncontrolsystempopupbarbutton#29148</guid>
  </item> 
  <item>
   <title><![CDATA[c sharp CXTPRibbonControlSystemPopupBarButton : Same code works for me:  C#:  Control...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8875&amp;PID=29099&amp;title=c-sharp-cxtpribboncontrolsystempopupbarbutton#29099</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8875<br /><strong>Posted:</strong> 02 December 2007 at 9:54am<br /><br />Same code works for me:<DIV>&nbsp;</DIV><DIV>C#:</DIV><DIV><FONT size=2><P>Control = CommandBars.CreateCommandBarControl("CXTPRibbonControlSystemPopupBarButton");</P><P>Control.Caption = "E&amp;xit Sample";</P><P>Control.Id = ID.ID_APP_EXIT;</P><P>ControlFile.CommandBar.Controls.AddControl(Control, -1);</P></FONT></DIV>]]>
   </description>
   <pubDate>Sun, 02 Dec 2007 09:54:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8875&amp;PID=29099&amp;title=c-sharp-cxtpribboncontrolsystempopupbarbutton#29099</guid>
  </item> 
  <item>
   <title><![CDATA[c sharp CXTPRibbonControlSystemPopupBarButton : Set Control = CommandBars.Crea...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8875&amp;PID=29089&amp;title=c-sharp-cxtpribboncontrolsystempopupbarbutton#29089</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2364">gaudetm</a><br /><strong>Subject:</strong> 8875<br /><strong>Posted:</strong> 01 December 2007 at 1:03pm<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Control = CommandBars.CreateCommandBarControl("CXTPRibbonControlSystemPopupBarListCaption")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Control.Caption = "Recent Documents"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Control.BeginGroup = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AddControl Control<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Control = CommandBars.CreateCommandBarControl("CXTPRibbonControlSystemPopupBarListItem")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Control.Caption = "frmMain.frm"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AddControl Control<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Control = CommandBars.CreateCommandBarControl("CXTPRibbonControlSystemPopupBarButton")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Control.Caption = "Opt&amp;ions"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Control.Id = ID_FILE_OPTIONS<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AddControl Control<BR>&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Control = CommandBars.CreateCommandBarControl("CXTPRibbonControlSystemPopupBarButton")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Control.Caption = "E&amp;xit Sample"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Control.Id = ID_APP_EXIT<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AddControl Control]]>
   </description>
   <pubDate>Sat, 01 Dec 2007 13:03:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8875&amp;PID=29089&amp;title=c-sharp-cxtpribboncontrolsystempopupbarbutton#29089</guid>
  </item> 
  <item>
   <title><![CDATA[c sharp CXTPRibbonControlSystemPopupBarButton : Hi, What line of code of VB6...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8875&amp;PID=28938&amp;title=c-sharp-cxtpribboncontrolsystempopupbarbutton#28938</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8875<br /><strong>Posted:</strong> 28 November 2007 at 1:09am<br /><br />Hi,<DIV>What line of code of VB6 sample you can't&nbsp; convert to C# ?</DIV>]]>
   </description>
   <pubDate>Wed, 28 Nov 2007 01:09:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8875&amp;PID=28938&amp;title=c-sharp-cxtpribboncontrolsystempopupbarbutton#28938</guid>
  </item> 
  <item>
   <title><![CDATA[c sharp CXTPRibbonControlSystemPopupBarButton : anyone know how to do this ? ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8875&amp;PID=28931&amp;title=c-sharp-cxtpribboncontrolsystempopupbarbutton#28931</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2364">gaudetm</a><br /><strong>Subject:</strong> 8875<br /><strong>Posted:</strong> 27 November 2007 at 6:42pm<br /><br />anyone know how to do this ?]]>
   </description>
   <pubDate>Tue, 27 Nov 2007 18:42:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8875&amp;PID=28931&amp;title=c-sharp-cxtpribboncontrolsystempopupbarbutton#28931</guid>
  </item> 
  <item>
   <title><![CDATA[c sharp CXTPRibbonControlSystemPopupBarButton : How to create specials popup buttons...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8875&amp;PID=28771&amp;title=c-sharp-cxtpribboncontrolsystempopupbarbutton#28771</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2364">gaudetm</a><br /><strong>Subject:</strong> 8875<br /><strong>Posted:</strong> 23 November 2007 at 10:46am<br /><br />How to create specials popup buttons in the systembutton menu like in vb6 sample of ribbon but you don't have it in the c sharp sample and can't find the way to do it in c sharp<DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV><DIV>Marc</DIV>]]>
   </description>
   <pubDate>Fri, 23 Nov 2007 10:46:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8875&amp;PID=28771&amp;title=c-sharp-cxtpribboncontrolsystempopupbarbutton#28771</guid>
  </item> 
 </channel>
</rss>