<?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 : SaveCommanbars to ini file?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : SaveCommanbars to ini file?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 11:30:49 +0000</pubDate>
  <lastBuildDate>Fri, 26 Jan 2007 03:09:11 +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=6202</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[SaveCommanbars to ini file? : Hello,  The My Code is work....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6202&amp;PID=19744&amp;title=savecommanbars-to-ini-file#19744</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2565">grade</a><br /><strong>Subject:</strong> 6202<br /><strong>Posted:</strong> 26 January 2007 at 3:09am<br /><br /><P>Hello,</P><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The My Code is work. Thanks!</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; </DIV>]]>
   </description>
   <pubDate>Fri, 26 Jan 2007 03:09:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6202&amp;PID=19744&amp;title=savecommanbars-to-ini-file#19744</guid>
  </item> 
  <item>
   <title><![CDATA[SaveCommanbars to ini file? : Hi,  You don&amp;#039;t need save...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6202&amp;PID=19742&amp;title=savecommanbars-to-ini-file#19742</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6202<br /><strong>Posted:</strong> 26 January 2007 at 1:41am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>You don't need&nbsp; save pointer. Use this code:</DIV><DIV>&nbsp;</DIV><DIV>To Load:</DIV><DIV>CXTPPropExchangeIniFile&nbsp; px(TRUE, 0, _T("Settings"));<BR>&nbsp;if (px.LoadFromFile(m_strIniFileName))<BR>&nbsp;{<BR>&nbsp;&nbsp;GetCommandBars()-&gt;DoPropExchange(&amp;px, NULL);<BR>}<BR></DIV><DIV>&nbsp;</DIV><DIV>To Save:</DIV><DIV>&nbsp;</DIV><DIV>CXTPPropExchangeIniFile&nbsp; px(FALSE, 0, _T("Settings"));</DIV><DIV>&nbsp;if (px.OnBeforeExchange()) <BR>&nbsp;{<BR>&nbsp;&nbsp;GetCommandBars()-&gt;DoPropExchange(&amp;px);<BR>&nbsp;&nbsp;px.SaveToFile(m_strIniFileName);<BR>&nbsp;}<BR></DIV>]]>
   </description>
   <pubDate>Fri, 26 Jan 2007 01:41:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6202&amp;PID=19742&amp;title=savecommanbars-to-ini-file#19742</guid>
  </item> 
  <item>
   <title><![CDATA[SaveCommanbars to ini file? : Hello Sir,  I reference to GUI_VisualStudio...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6202&amp;PID=19733&amp;title=savecommanbars-to-ini-file#19733</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2565">grade</a><br /><strong>Subject:</strong> 6202<br /><strong>Posted:</strong> 25 January 2007 at 3:00pm<br /><br /><P>Hello Sir,</P><P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I reference to GUI_VisualStudio Sample, I used to two CXTPPropExchangeIniFile Object in my project.&nbsp; The m_pxWriteIniFile is CXTPPropExchangeIniFile object, I call to SaveToFile function is no problem. but The m_pxReadIniFile(CXTPPropExchangeIniFile&nbsp; object) call&nbsp; to LoadFromFile function have two status for GetCommandBars(). I attached commandbar.zip for this post. <BR>1. Due to&nbsp; a software update the toolbar " has change......<BR>2. stop in GetCommandBars()-&gt;DoPropExchange(&amp;pxCommandBars, &amp;param) command.<BR>Can you any suggestions for me? Thank you for you help!<a href="https://forum.codejock.com/uploads/20070125_150025_commandbar.zip" target="_blank">uploads/20070125_150025_commandbar.zip</A></P>]]>
   </description>
   <pubDate>Thu, 25 Jan 2007 15:00:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6202&amp;PID=19733&amp;title=savecommanbars-to-ini-file#19733</guid>
  </item> 
  <item>
   <title><![CDATA[SaveCommanbars to ini file? : Hi,  See Samples\UserInterface\GUI_VisualStudio...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6202&amp;PID=19669&amp;title=savecommanbars-to-ini-file#19669</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6202<br /><strong>Posted:</strong> 24 January 2007 at 5:36am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>See Samples\UserInterface\GUI_VisualStudio&nbsp; (GUI_Whidbey)</DIV>]]>
   </description>
   <pubDate>Wed, 24 Jan 2007 05:36:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6202&amp;PID=19669&amp;title=savecommanbars-to-ini-file#19669</guid>
  </item> 
  <item>
   <title><![CDATA[SaveCommanbars to ini file? : Hello,  If i want to SaveCommandBars(LoadCommandBars)...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6202&amp;PID=19666&amp;title=savecommanbars-to-ini-file#19666</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2565">grade</a><br /><strong>Subject:</strong> 6202<br /><strong>Posted:</strong> 24 January 2007 at 4:35am<br /><br /><P>Hello,</P><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If i want to SaveCommandBars&nbsp;(LoadCommandBars)&nbsp; to(from)&nbsp; ini file,How to do?Thank you for you help!</DIV>]]>
   </description>
   <pubDate>Wed, 24 Jan 2007 04:35:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6202&amp;PID=19666&amp;title=savecommanbars-to-ini-file#19666</guid>
  </item> 
 </channel>
</rss>