<?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 : Creating a RibbonBar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Creating a RibbonBar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 17:16:43 +0000</pubDate>
  <lastBuildDate>Thu, 28 Sep 2006 10:56:39 +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=5162</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[Creating a RibbonBar : Where i can add these large icons...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5162&amp;PID=16163&amp;title=creating-a-ribbonbar#16163</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2371">baerten</a><br /><strong>Subject:</strong> 5162<br /><strong>Posted:</strong> 28 September 2006 at 10:56am<br /><br /><img src="http://www.codejock.com/public/assets/img/downloads/samples/ribb&#111;n_ribb&#111;nmdisample600x800.png" border="0"><br><br>Where i can add these large icons to the RibbonBar?<br><br>I inserted the 4 .png files to my "res" directory.<br><br>So, how i can create my own icons and insert them into the Bar<br><br>Big thanks<br>]]>
   </description>
   <pubDate>Thu, 28 Sep 2006 10:56:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5162&amp;PID=16163&amp;title=creating-a-ribbonbar#16163</guid>
  </item> 
  <item>
   <title><![CDATA[Creating a RibbonBar : Thanks for the helpNow it works...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5162&amp;PID=16160&amp;title=creating-a-ribbonbar#16160</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2371">baerten</a><br /><strong>Subject:</strong> 5162<br /><strong>Posted:</strong> 28 September 2006 at 10:18am<br /><br />Thanks for the help<br><br>Now it works fine <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="absmiddle"><br>]]>
   </description>
   <pubDate>Thu, 28 Sep 2006 10:18:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5162&amp;PID=16160&amp;title=creating-a-ribbonbar#16160</guid>
  </item> 
  <item>
   <title><![CDATA[Creating a RibbonBar : Hi, You need add bitmaps of Ribbon...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5162&amp;PID=16152&amp;title=creating-a-ribbonbar#16152</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5162<br /><strong>Posted:</strong> 28 September 2006 at 8:56am<br /><br />Hi,<DIV>You need add bitmaps of Ribbon to your exe.</DIV><DIV>&nbsp;</DIV><DIV>If you use 10.3.1 just add</DIV><DIV>#include "Ribbon\Styles\Office2007Blue\Office2007Blue.rc"<BR></DIV><DIV>in your res\app.rc2 file.</DIV>]]>
   </description>
   <pubDate>Thu, 28 Sep 2006 08:56:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5162&amp;PID=16152&amp;title=creating-a-ribbonbar#16152</guid>
  </item> 
  <item>
   <title><![CDATA[Creating a RibbonBar : Hi,i like to create a RibbonBar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5162&amp;PID=16143&amp;title=creating-a-ribbonbar#16143</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2371">baerten</a><br /><strong>Subject:</strong> 5162<br /><strong>Posted:</strong> 28 September 2006 at 4:52am<br /><br />Hi,<br><br>i like to create a RibbonBar like in the "Ribbon MDI Sample"<br><br>So i create a new Project in VS2003, choose ToolkitPro Project, MDI layout, Office2003 Style, ...<br><br>if i begin to applicate the sample code on my project, there is directly an error on this line :<br><br>&nbsp;&nbsp;&nbsp; // Get a pointer to the command bars object.<br>&nbsp;&nbsp;&nbsp; CXTPCommandBars* pCommandBars = GetCommandBars();<br>&nbsp;&nbsp;&nbsp; if(pCommandBars == NULL)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TRACE0("Failed to create command bars object.\n");<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return -1;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // fail to create<br>&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; <font color="#ff0000"><b>pCommandBars-&gt;SetTheme(xtpThemeRibbon);</b></font><br><br>Which configuration must i set to create a RibbonBar?<br><br>Is there a step-by-step Tutorial to add a RibbonBar?<br><br>Thanks !<br>]]>
   </description>
   <pubDate>Thu, 28 Sep 2006 04:52:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5162&amp;PID=16143&amp;title=creating-a-ribbonbar#16143</guid>
  </item> 
 </channel>
</rss>