<?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 menubar only toolbar is needed</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Hide the menubar only toolbar is needed]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 20:01:26 +0000</pubDate>
  <lastBuildDate>Thu, 17 Jul 2008 09:15:56 +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=11473</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 menubar only toolbar is needed : Thanks Peter95 it works fine .... I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11473&amp;PID=38503&amp;title=hide-the-menubar-only-toolbar-is-needed#38503</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2890">WaleedSeada</a><br /><strong>Subject:</strong> 11473<br /><strong>Posted:</strong> 17 July 2008 at 9:15am<br /><br /><P>Thanks Peter95 it works fine ....</P><P>I guess I need to read about commandbarframe as well ..</P><P>Best regards</P>]]>
   </description>
   <pubDate>Thu, 17 Jul 2008 09:15:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11473&amp;PID=38503&amp;title=hide-the-menubar-only-toolbar-is-needed#38503</guid>
  </item> 
  <item>
   <title><![CDATA[Hide the menubar only toolbar is needed :  Hi,How do you design your menus,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11473&amp;PID=38489&amp;title=hide-the-menubar-only-toolbar-is-needed#38489</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2090">joeliner</a><br /><strong>Subject:</strong> 11473<br /><strong>Posted:</strong> 17 July 2008 at 4:21am<br /><br />Hi,<br><br>How do you design your menus, by designer or by code?<br><br><b>if you are using designer:</b><br>change to the xml view.<br>on the class change CXTPMenuBar to CXTPToolBar<br>delete Type="0"<br><br><b>if you are using code:</b><br>The best way to achieve this in IDE is by using the commandbarFrame rather than the commandbar. <br><br>hope this helps!<br><br><br>]]>
   </description>
   <pubDate>Thu, 17 Jul 2008 04:21:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11473&amp;PID=38489&amp;title=hide-the-menubar-only-toolbar-is-needed#38489</guid>
  </item> 
  <item>
   <title><![CDATA[Hide the menubar only toolbar is needed : Try CommandBars.ActiveMenuBar.Visible...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11473&amp;PID=38488&amp;title=hide-the-menubar-only-toolbar-is-needed#38488</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3156">Peter59</a><br /><strong>Subject:</strong> 11473<br /><strong>Posted:</strong> 17 July 2008 at 4:15am<br /><br />Try <br><br><font face="Courier New, Courier, mono">CommandBars.ActiveMenuBar.Visible = False </font><br><br>to hide your menubar. <br><br><br>Excerpt from the CJ Online Help: <br><blockquote><h4 ="dxh4">ActiveMenuBar property</h4><h4 ="dxh4">Description</h4><p>Gets the Active Menu Bar object.&nbsp; The active menu bar is the the first command bar and is used to display your menu.</p></blockquote><p><br></p><!--DX end --><!--DX start ="PropertyAccessDei&#111;n" at="<h4 =dxh4>$$Property_Type$$</h4><p>%%PropertyAccessDescription%%</p>" --><br>]]>
   </description>
   <pubDate>Thu, 17 Jul 2008 04:15:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11473&amp;PID=38488&amp;title=hide-the-menubar-only-toolbar-is-needed#38488</guid>
  </item> 
  <item>
   <title><![CDATA[Hide the menubar only toolbar is needed : Dear all,  I would like to show...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11473&amp;PID=38485&amp;title=hide-the-menubar-only-toolbar-is-needed#38485</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2890">WaleedSeada</a><br /><strong>Subject:</strong> 11473<br /><strong>Posted:</strong> 17 July 2008 at 3:36am<br /><br />Dear all,<DIV>&nbsp;</DIV><DIV>I would like to show only the toolbar not the menubar ...</DIV><DIV>How can I acomplish that ..</DIV><DIV>&nbsp;</DIV><DIV>Best regards</DIV>]]>
   </description>
   <pubDate>Thu, 17 Jul 2008 03:36:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11473&amp;PID=38485&amp;title=hide-the-menubar-only-toolbar-is-needed#38485</guid>
  </item> 
 </channel>
</rss>