<?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 : CreateXML from ribbon</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : CreateXML from ribbon]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 14 Jun 2026 16:29:46 +0000</pubDate>
  <lastBuildDate>Sat, 13 Dec 2008 16:11:13 +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=12909</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[CreateXML from ribbon : thanks oleg.  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12909&amp;PID=43650&amp;title=createxml-from-ribbon#43650</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2090">joeliner</a><br /><strong>Subject:</strong> 12909<br /><strong>Posted:</strong> 13 December 2008 at 4:11pm<br /><br />thanks oleg.<br><br>]]>
   </description>
   <pubDate>Sat, 13 Dec 2008 16:11:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12909&amp;PID=43650&amp;title=createxml-from-ribbon#43650</guid>
  </item> 
  <item>
   <title><![CDATA[CreateXML from ribbon : Hi,  try this   CommandBars.ActiveMenuBar.Customizable...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12909&amp;PID=43642&amp;title=createxml-from-ribbon#43642</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12909<br /><strong>Posted:</strong> 13 December 2008 at 8:24am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>try this</DIV><DIV>&nbsp;</DIV><DIV><strong>&nbsp; &nbsp;CommandBars.ActiveMenuBar.Customizable = True<BR></strong>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Dim pxWrite As PropExchange<BR>&nbsp;&nbsp;&nbsp; Set pxWrite = CommandBars.GlobalSettings.CreatePropExchange<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Dim Options As StateOptions<BR>&nbsp;&nbsp;&nbsp; Set Options = CommandBars.CreateStateOptions<BR>&nbsp;&nbsp;&nbsp; Options.SaveOnlyCustomized = False<BR>&nbsp;&nbsp;&nbsp; Options.SerializeControls = True<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; pxWrite.CreateAsXML False, "<strong>DesignerFile</strong>"<BR>&nbsp;&nbsp;&nbsp; CommandBars.DoPropExchange pxWrite, Options<BR>&nbsp;&nbsp;&nbsp; pxWrite.SaveToFile "c:\ribbon.xml"</DIV>]]>
   </description>
   <pubDate>Sat, 13 Dec 2008 08:24:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12909&amp;PID=43642&amp;title=createxml-from-ribbon#43642</guid>
  </item> 
  <item>
   <title><![CDATA[CreateXML from ribbon : am trying this code but it aint...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12909&amp;PID=43623&amp;title=createxml-from-ribbon#43623</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2090">joeliner</a><br /><strong>Subject:</strong> 12909<br /><strong>Posted:</strong> 12 December 2008 at 2:20pm<br /><br />am trying this code but it aint workin:<br><br>&nbsp;&nbsp;&nbsp; Dim pxWrite As PropExchange<br>&nbsp;&nbsp;&nbsp; 'Save data to a binary file<br>&nbsp;&nbsp;&nbsp; 'pxWrite.CreateAsBinaryFile False, "c:\file.out"<br>&nbsp;&nbsp;&nbsp; 'ExchangeState pxWrite<br><br>&nbsp;&nbsp;&nbsp; 'Save data to a xml file<br>&nbsp;&nbsp;&nbsp; pxWrite.CreateAsXML False, "Settings"<br>&nbsp;&nbsp;&nbsp; If pxWrite.Valid Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ExchangeState pxWrite<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pxWrite.SaveToFile "c:\ribbon.xml"<br>&nbsp;&nbsp;&nbsp; End If<br><br>]]>
   </description>
   <pubDate>Fri, 12 Dec 2008 14:20:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12909&amp;PID=43623&amp;title=createxml-from-ribbon#43623</guid>
  </item> 
  <item>
   <title><![CDATA[CreateXML from ribbon : Hi,i have been creating my ribbons...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12909&amp;PID=43618&amp;title=createxml-from-ribbon#43618</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2090">joeliner</a><br /><strong>Subject:</strong> 12909<br /><strong>Posted:</strong> 12 December 2008 at 1:59pm<br /><br />Hi,<br><br>i have been creating my ribbons from code but now i want to export them to XML and import them to the designer to manage them easily.<br><br>I have tried CreateasXML but without much success.<br><br>please help.<br><br><br>TIA<br>]]>
   </description>
   <pubDate>Fri, 12 Dec 2008 13:59:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12909&amp;PID=43618&amp;title=createxml-from-ribbon#43618</guid>
  </item> 
 </channel>
</rss>