<?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 : how to create a toolbar butt&#111;n w/ cap..</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : how to create a toolbar butt&#111;n w/ cap..]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 12 May 2026 20:54:39 +0000</pubDate>
  <lastBuildDate>Mon, 26 Jan 2004 07:10:20 +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=377</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[how to create a toolbar butt&#111;n w/ cap.. : I don&amp;#039;t think there is support...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=377&amp;PID=871&amp;title=how-to-create-a-toolbar-button-w-cap#871</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=260">Boyd</a><br /><strong>Subject:</strong> 377<br /><strong>Posted:</strong> 26 January 2004 at 7:10am<br /><br /><P>I don't think there is support for placing the caption below the button, but I could be wrong.&nbsp; Good luck.</P>]]>
   </description>
   <pubDate>Mon, 26 Jan 2004 07:10:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=377&amp;PID=871&amp;title=how-to-create-a-toolbar-button-w-cap#871</guid>
  </item> 
  <item>
   <title><![CDATA[how to create a toolbar butt&#111;n w/ cap.. : Thank you for pointing this out...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=377&amp;PID=865&amp;title=how-to-create-a-toolbar-button-w-cap#865</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=331">vbuser</a><br /><strong>Subject:</strong> 377<br /><strong>Posted:</strong> 25 January 2004 at 10:29pm<br /><br /><P>Thank you for pointing this out - This is a perfect example of how you can WAIST time on simple things when there is NO helpfull documentation. I'm still going to browse some more to see how I can move the caption to the buttom of the button... </P><P>After&nbsp;I spent some time browsing the "documentation" this is what&nbsp;I found about this STYLE property, is this a joke?</P><P>treme CommandBars ActiveX Control module&nbsp; </P><P>Style PropertyDescription<BR>Gets/Sets the style of the control.</P><P>Property type<BR>Read-write property</P><P>Syntax (Visual Basic)</P><P>Public Property Style() As XTPButtonStyle</P><P>See Also<BR>CommandBarButton Object </P><P>&nbsp;</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Sun, 25 Jan 2004 22:29:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=377&amp;PID=865&amp;title=how-to-create-a-toolbar-button-w-cap#865</guid>
  </item> 
  <item>
   <title><![CDATA[how to create a toolbar butt&#111;n w/ cap.. : This code snippet is from the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=377&amp;PID=858&amp;title=how-to-create-a-toolbar-button-w-cap#858</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=260">Boyd</a><br /><strong>Subject:</strong> 377<br /><strong>Posted:</strong> 24 January 2004 at 7:48am<br /><br /><P>This code snippet is from the Office 2003 GUI Sample in the Common group of samples</P><P>Dim ToolBar As CommandBar<BR>Dim Control As ICommandBarControl<BR>Set ToolBar = CommandBars.Add("Standard", xtpBarTop)<BR>With ToolBar.Controls<BR>&nbsp;&nbsp;&nbsp; Set Control = .Add(xtpControlButton, ID_NAVIGATE_BACK, "&amp;Back")<BR>&nbsp;&nbsp;&nbsp; Control.Style = xtpButtonIconAndCaption<BR>End With</P><P>For some reason, the 'Style' property&nbsp;doesn't show up in the VB IDE as a property of the ICommandBarControl, but it is in the documentation.</P><P>Hope this helps.</P>]]>
   </description>
   <pubDate>Sat, 24 Jan 2004 07:48:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=377&amp;PID=858&amp;title=how-to-create-a-toolbar-button-w-cap#858</guid>
  </item> 
  <item>
   <title><![CDATA[how to create a toolbar butt&#111;n w/ cap.. : I found NONE for Xtreme Suite...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=377&amp;PID=855&amp;title=how-to-create-a-toolbar-button-w-cap#855</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=331">vbuser</a><br /><strong>Subject:</strong> 377<br /><strong>Posted:</strong> 23 January 2004 at 3:54pm<br /><br />I found NONE for Xtreme Suite ActiveX 8.6 ]]>
   </description>
   <pubDate>Fri, 23 Jan 2004 15:54:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=377&amp;PID=855&amp;title=how-to-create-a-toolbar-button-w-cap#855</guid>
  </item> 
  <item>
   <title><![CDATA[how to create a toolbar butt&#111;n w/ cap.. : There is a lot of examples in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=377&amp;PID=852&amp;title=how-to-create-a-toolbar-button-w-cap#852</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 377<br /><strong>Posted:</strong> 23 January 2004 at 3:37pm<br /><br />There is a lot of examples in the ToolKitPor/samples&nbsp;folder, please look them.]]>
   </description>
   <pubDate>Fri, 23 Jan 2004 15:37:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=377&amp;PID=852&amp;title=how-to-create-a-toolbar-button-w-cap#852</guid>
  </item> 
  <item>
   <title><![CDATA[how to create a toolbar butt&#111;n w/ cap.. : The lack of documentation makes...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=377&amp;PID=833&amp;title=how-to-create-a-toolbar-button-w-cap#833</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=331">vbuser</a><br /><strong>Subject:</strong> 377<br /><strong>Posted:</strong> 22 January 2004 at 2:26am<br /><br /><P>The lack of documentation makes it difficult to figure out how to create a TOOLBAR with buttons that can show a CAPTION.</P><P>Is there any more technical information on these controls?</P><P>&nbsp;</P><P>thank you!</P>]]>
   </description>
   <pubDate>Thu, 22 Jan 2004 02:26:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=377&amp;PID=833&amp;title=how-to-create-a-toolbar-button-w-cap#833</guid>
  </item> 
 </channel>
</rss>