<?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 : Command Bar Peoblem in vb</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Command Bar Peoblem in vb]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 10:43:37 +0000</pubDate>
  <lastBuildDate>Fri, 17 Sep 2004 08:17:19 +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=1185</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[Command Bar Peoblem in vb : Thank you for helping me. The...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1185&amp;PID=3161&amp;title=command-bar-peoblem-in-vb#3161</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=590">amolrajurkar</a><br /><strong>Subject:</strong> 1185<br /><strong>Posted:</strong> 17 September 2004 at 8:17am<br /><br /><P>Thank you for helping me. The code is perfect. <IMG src="http://forum.codejock.com/smileys/smiley1.gif" border="0"></P><P>Nice way to describe <IMG src="http://forum.codejock.com/smileys/smiley32.gif" border="0"></P>]]>
   </description>
   <pubDate>Fri, 17 Sep 2004 08:17:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1185&amp;PID=3161&amp;title=command-bar-peoblem-in-vb#3161</guid>
  </item> 
  <item>
   <title><![CDATA[Command Bar Peoblem in vb : Dim Control As CommandBarControl Set...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1185&amp;PID=3157&amp;title=command-bar-peoblem-in-vb#3157</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 1185<br /><strong>Posted:</strong> 17 September 2004 at 7:11am<br /><br />Dim Control As CommandBarControl<br>&nbsp;Set controlcheck = CommandBars.ActiveMenuBar.Controls.Add(xtpControlPopup, 10, "&amp;View")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With controlcheck.CommandBar.Controls<br>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; Set Control =&nbsp; .Add(xtpControlButton, 11, "Tool Bar")<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  Control.Checked = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With<br><br>Then in Update event:<br>&nbsp;&nbsp;&nbsp; Case 11:<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  &nbsp;&nbsp;  Control.Checked = CommandBars(2).Visible&nbsp;&nbsp;  <br><br>To Disable Docking of a toolbar:<br>&nbsp;&nbsp;&nbsp; CommandBars(2).ModifyStyle XTP_CBRS_GRIPPER, 0<br>&nbsp;&nbsp;&nbsp; CommandBars(2).EnableDocking False]]>
   </description>
   <pubDate>Fri, 17 Sep 2004 07:11:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1185&amp;PID=3157&amp;title=command-bar-peoblem-in-vb#3157</guid>
  </item> 
  <item>
   <title><![CDATA[Command Bar Peoblem in vb : Thank you for sending the code....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1185&amp;PID=3156&amp;title=command-bar-peoblem-in-vb#3156</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=590">amolrajurkar</a><br /><strong>Subject:</strong> 1185<br /><strong>Posted:</strong> 17 September 2004 at 7:04am<br /><br /><P>Thank you for sending the code. I was able to remove the customize buttons through your code. but the check mark option is not clear.</P><P>This is what i am doing...</P><P>&nbsp;Set controlcheck = CommandBars.ActiveMenuBar.Controls.Add(xtpControlPopup, 10, "&amp;View")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With controlcheck.CommandBar.Controls<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; .Add xtpControlButton, 11, "Tool Bar"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With</P><P>Or can i stop user to move my tool bar, i mean i want to lock my toolbar.</P><P>&nbsp;</P><P>Thank you again,</P><P>Plz&nbsp; Reply ASAP</P>]]>
   </description>
   <pubDate>Fri, 17 Sep 2004 07:04:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1185&amp;PID=3156&amp;title=command-bar-peoblem-in-vb#3156</guid>
  </item> 
  <item>
   <title><![CDATA[Command Bar Peoblem in vb :  In execute event:  ID_TOOLBAR_VISIBLE: ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1185&amp;PID=3155&amp;title=command-bar-peoblem-in-vb#3155</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 1185<br /><strong>Posted:</strong> 17 September 2004 at 6:30am<br /><br />In execute event:<br>&nbsp;&nbsp;&nbsp; ID_TOOLBAR_VISIBLE:<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  &nbsp;&nbsp; CommandBars(2).Visible = !CommandBars(2).Visible<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  &nbsp;&nbsp;  Control.Checked = CommandBars(2).Visible<br><br>You could move last line to Update event:<br>&nbsp;&nbsp;&nbsp; ID_TOOLBAR_VISIBLE:<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  &nbsp;&nbsp;  Control.Checked = CommandBars(2).Visible&nbsp;&nbsp;  <br><br>To Remove Button:<br>&nbsp;&nbsp;&nbsp; Commandbars.Options.ShowExpandButtonAlways = False<br><span style="font-size:10px"><br /><br />Edited by SuperMario</span>]]>
   </description>
   <pubDate>Fri, 17 Sep 2004 06:30:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1185&amp;PID=3155&amp;title=command-bar-peoblem-in-vb#3155</guid>
  </item> 
  <item>
   <title><![CDATA[Command Bar Peoblem in vb : I have a problem in command bar....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1185&amp;PID=3154&amp;title=command-bar-peoblem-in-vb#3154</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=590">amolrajurkar</a><br /><strong>Subject:</strong> 1185<br /><strong>Posted:</strong> 17 September 2004 at 5:17am<br /><br /><P>I have a problem in command bar. I want to add a menu with check mark and second problem is that i want to remove toolbar customization buttons or links. I am working in visual basic 6.0.<IMG src="uploads/amolrajurkar/2004-09-17_051631_Commandbar.png" border="0"></P><P>&nbsp;</P><P>&nbsp;</P><P>Kindly reply ASAP</P>]]>
   </description>
   <pubDate>Fri, 17 Sep 2004 05:17:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1185&amp;PID=3154&amp;title=command-bar-peoblem-in-vb#3154</guid>
  </item> 
 </channel>
</rss>