<?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 : Icons in Toolbar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Icons in Toolbar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 00:26:07 +0000</pubDate>
  <lastBuildDate>Thu, 15 Nov 2007 23:34:54 +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=8766</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[Icons in Toolbar : The first empty bar is the default...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8766&amp;PID=28508&amp;title=icons-in-toolbar#28508</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 8766<br /><strong>Posted:</strong> 15 November 2007 at 11:34pm<br /><br />The first empty bar is the default 'menubar', created automatically.<br><br>You need to call CommandBars.DeleteAll at the start of your code to remove it.<br><br>]]>
   </description>
   <pubDate>Thu, 15 Nov 2007 23:34:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8766&amp;PID=28508&amp;title=icons-in-toolbar#28508</guid>
  </item> 
  <item>
   <title><![CDATA[Icons in Toolbar : This is the code that creates...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8766&amp;PID=28447&amp;title=icons-in-toolbar#28447</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2709">lexicon</a><br /><strong>Subject:</strong> 8766<br /><strong>Posted:</strong> 14 November 2007 at 2:52am<br /><br /><P>This is the code that creates 2 toolbars, the 1st is empty</P><DIV>Private Sub Form_Load()<BR>&nbsp;&nbsp;&nbsp; Dim ToolBar As CommandBar<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Set ToolBar = CommandBars.Add("Standard", xtpBarTop)<BR>&nbsp;&nbsp;&nbsp; CommandBars.Options.LargeIcons = 1<BR>&nbsp;&nbsp;&nbsp; AddControl ToolBar.Controls, xtpControlButton, 100, "Κινήσεις", True<BR>&nbsp;&nbsp;&nbsp; AddControl ToolBar.Controls, xtpControlButton, 107, "Πελάτες", True<BR>&nbsp;&nbsp;&nbsp; AddControl ToolBar.Controls, xtpControlButton, 108, "Ταινίες", True<BR>&nbsp;&nbsp;&nbsp; AddControl ToolBar.Controls, xtpControlButton, 103, "Χρεώσεις", True<BR>&nbsp;&nbsp;&nbsp; AddControl ToolBar.Controls, xtpControlButton, 104, "Στατιστικά", True<BR>&nbsp;&nbsp;&nbsp; AddControl ToolBar.Controls, xtpControlButton, 105, "Κρατήσεις", True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; AddControl ToolBar.Controls, xtpControlButton, 106, "Οικονομικά", True<BR>&nbsp;&nbsp;&nbsp; AddControl ToolBar.Controls, xtpControlButton, 109, "Αποσύνδεση", True<BR>&nbsp;&nbsp;&nbsp; AddControl ToolBar.Controls, xtpControlButton, 110, "Ρυθμίσεις", True<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp; Set CommandBars.Icons = ImageManager.Icons<BR>&nbsp;&nbsp;&nbsp; CommandBars.Options.UseDisabledIcons = True<BR>&nbsp;&nbsp;&nbsp; UseDisabledIcons = True<BR>&nbsp;&nbsp;&nbsp; CommandBars.Options.SetIconSize True, 32, 32<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; CommandBars.Options.ShowExpandButtonAlways = False<BR>&nbsp;&nbsp;&nbsp; CommandBars.VisualTheme = xtpThemeOffice2003</DIV><DIV>End Sub<BR></DIV>]]>
   </description>
   <pubDate>Wed, 14 Nov 2007 02:52:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8766&amp;PID=28447&amp;title=icons-in-toolbar#28447</guid>
  </item> 
  <item>
   <title><![CDATA[Icons in Toolbar : This code creates only one toolbar....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8766&amp;PID=28446&amp;title=icons-in-toolbar#28446</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8766<br /><strong>Posted:</strong> 14 November 2007 at 1:00am<br /><br />This code creates only one toolbar. check that you call it only once.]]>
   </description>
   <pubDate>Wed, 14 Nov 2007 01:00:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8766&amp;PID=28446&amp;title=icons-in-toolbar#28446</guid>
  </item> 
  <item>
   <title><![CDATA[Icons in Toolbar : I&amp;#039;m running this code and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8766&amp;PID=28434&amp;title=icons-in-toolbar#28434</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2709">lexicon</a><br /><strong>Subject:</strong> 8766<br /><strong>Posted:</strong> 13 November 2007 at 2:01pm<br /><br />I'm running this code and i take 2 toolbars<DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; Dim ToolBar As CommandBar<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Set ToolBar = CommandBars.Add("Standard", xtpBarTop)<BR>&nbsp;&nbsp;&nbsp; CommandBars.Options.LargeIcons = 1<BR>&nbsp;&nbsp;&nbsp; AddControl ToolBar.Controls, xtpControlButton, 100, "&amp;New", False, "Create a new document"<BR>&nbsp;&nbsp;&nbsp; AddControl ToolBar.Controls, xtpControlButton, 101, "&amp;Open", False, "Open an existing document"<BR>&nbsp;&nbsp;&nbsp; AddControl ToolBar.Controls, xtpControlButton, 102, "&amp;Save", False, "Save the active document"<BR>&nbsp;&nbsp;&nbsp; AddControl ToolBar.Controls, xtpControlButton, 103, "&amp;Save All", False, "Save all documents"<BR>&nbsp;&nbsp;&nbsp; AddControl ToolBar.Controls, xtpControlButton, 104, "Cu&amp;t", True, "Cut the selection and put it on the Clipboard"<BR>&nbsp;&nbsp;&nbsp; AddControl ToolBar.Controls, xtpControlButton, 105, "&amp;Copy", False, "Copy the selection and put it on the Clipboard"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp; ' AddControl ToolBar.Controls, xtpControlButton, ID_VIEW_PROPERTIES, "Properties", True<BR>&nbsp;&nbsp; ' AddControl ToolBar.Controls, xtpControlButton, ID_HELP_ABOUT, "About", True<BR>&nbsp;&nbsp;&nbsp;&nbsp; Set CommandBars.Icons = ImageManager.Icons<BR>&nbsp;&nbsp;&nbsp; CommandBars.Options.UseDisabledIcons = True<BR>&nbsp;&nbsp;&nbsp; UseDisabledIcons = True<BR>&nbsp;&nbsp;&nbsp; CommandBars.Options.SetIconSize True, 32, 32<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; CommandBars.Options.ShowExpandButtonAlways = False<BR>&nbsp;&nbsp;&nbsp; CommandBars.VisualTheme = xtpThemeOffice2003<BR></DIV><DIV>Can you tell me how the first toolbar created?</DIV>]]>
   </description>
   <pubDate>Tue, 13 Nov 2007 14:01:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8766&amp;PID=28434&amp;title=icons-in-toolbar#28434</guid>
  </item> 
  <item>
   <title><![CDATA[Icons in Toolbar : See   ImageManager.Icons.LoadIcon...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8766&amp;PID=28419&amp;title=icons-in-toolbar#28419</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8766<br /><strong>Posted:</strong> 13 November 2007 at 11:29am<br /><br />See <DIV>&nbsp;</DIV><DIV>&nbsp;ImageManager.Icons.LoadIcon App.Path &amp; "\Icons\App.ico", ID_TAB_ICON, xtpImageNormal<BR></DIV><DIV>line. </DIV>]]>
   </description>
   <pubDate>Tue, 13 Nov 2007 11:29:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8766&amp;PID=28419&amp;title=icons-in-toolbar#28419</guid>
  </item> 
  <item>
   <title><![CDATA[Icons in Toolbar : Hello  I&amp;#039;m trying to understand...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8766&amp;PID=28408&amp;title=icons-in-toolbar#28408</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2709">lexicon</a><br /><strong>Subject:</strong> 8766<br /><strong>Posted:</strong> 13 November 2007 at 7:10am<br /><br />Hello<DIV>&nbsp;</DIV><DIV>I'm trying to understand how you are loading icons in your toolbar.</DIV><DIV>Let's say the example TabbedToolbar.vbp</DIV><DIV>Where are the icons come from?</DIV>]]>
   </description>
   <pubDate>Tue, 13 Nov 2007 07:10:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8766&amp;PID=28408&amp;title=icons-in-toolbar#28408</guid>
  </item> 
 </channel>
</rss>