<?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 &quot;x&quot; in Command Bar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Hide &quot;x&quot; in Command Bar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 02:19:12 +0000</pubDate>
  <lastBuildDate>Tue, 06 May 2008 10:16: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=10520</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 &quot;x&quot; in Command Bar : you need pToolBarCombo-&amp;gt;SetCloseable(FALSE);...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10520&amp;PID=34791&amp;title=hide-x-in-command-bar#34791</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10520<br /><strong>Posted:</strong> 06 May 2008 at 10:16am<br /><br />you need pToolBarCombo<FONT color=#800080 size=2>-&gt;</FONT>SetCloseable(FALSE);]]>
   </description>
   <pubDate>Tue, 06 May 2008 10:16:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10520&amp;PID=34791&amp;title=hide-x-in-command-bar#34791</guid>
  </item> 
  <item>
   <title><![CDATA[Hide &quot;x&quot; in Command Bar :  IfI do this: pToolBarCombo-&amp;gt;m_bCloseable...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10520&amp;PID=34779&amp;title=hide-x-in-command-bar#34779</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3721">rokky05</a><br /><strong>Subject:</strong> 10520<br /><strong>Posted:</strong> 06 May 2008 at 6:42am<br /><br /><FONT size=1><P>If&nbsp;I do this:</P><FONT color=#030003 size=2><P>pToolBarCombo</FONT><FONT color=#800080 size=2>-&gt;</FONT><FONT color=#030003 size=2>m_bCloseable</FONT><FONT size=2> </FONT><FONT color=#800080 size=2>=</FONT><FONT size=2> </FONT><FONT color=#030003 size=2>FALSE</FONT><FONT color=#800080 size=2>;</P><DIV>VS display error:</FONT></DIV><DIV>cannot access protected member declared in class 'CXTPCommandBar' <img src="https://forum.codejock.com/smileys/smiley18.gif" border="0"></DIV></FONT>]]>
   </description>
   <pubDate>Tue, 06 May 2008 06:42:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10520&amp;PID=34779&amp;title=hide-x-in-command-bar#34779</guid>
  </item> 
  <item>
   <title><![CDATA[Hide &quot;x&quot; in Command Bar :  are you referring to the toolbars?if...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10520&amp;PID=34778&amp;title=hide-x-in-command-bar#34778</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1038">younicke</a><br /><strong>Subject:</strong> 10520<br /><strong>Posted:</strong> 06 May 2008 at 6:10am<br /><br />are you referring to the toolbars?<br><br>if you are referring to the toolbars then <br><br>&nbsp;&nbsp;&nbsp; Dim Toolbar As CommandBar<br>&nbsp;&nbsp;&nbsp; Set Toolbar = CommandBars.Add("Standard", xtpBarTop)<br><b><font color="#ff0000">&nbsp;&nbsp;&nbsp; Toolbar.Closeable = False</font><br></b><br><br>i hope this helps<br><br><br>edit:<br>im sorry i didnt realize this is in the mfc section. my bad. :)<br>]]>
   </description>
   <pubDate>Tue, 06 May 2008 06:10:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10520&amp;PID=34778&amp;title=hide-x-in-command-bar#34778</guid>
  </item> 
  <item>
   <title><![CDATA[Hide &quot;x&quot; in Command Bar : Hi, when user moves Command Bar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10520&amp;PID=34776&amp;title=hide-x-in-command-bar#34776</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3721">rokky05</a><br /><strong>Subject:</strong> 10520<br /><strong>Posted:</strong> 06 May 2008 at 5:56am<br /><br />Hi, when user moves Command Bar on&nbsp;window and&nbsp;places it for example on the middle of window Command Bar is represented like separate window with possibility to close Command Bar ("x")&nbsp; and when click on left button on mouse display menu where is possibility to hide Command Bar,&nbsp;possibly hide this possibility?]]>
   </description>
   <pubDate>Tue, 06 May 2008 05:56:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10520&amp;PID=34776&amp;title=hide-x-in-command-bar#34776</guid>
  </item> 
 </channel>
</rss>