<?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 : Ribbon / Dialogs / PaintManager</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Ribbon / Dialogs / PaintManager]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 25 Apr 2026 11:51:06 +0000</pubDate>
  <lastBuildDate>Fri, 13 Apr 2007 09:37:48 +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=6855</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[Ribbon / Dialogs / PaintManager : Hello,  Attach here project...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6855&amp;PID=21917&amp;title=ribbon-dialogs-paintmanager#21917</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6855<br /><strong>Posted:</strong> 13 April 2007 at 9:37am<br /><br /><DIV>Hello,</DIV><DIV>&nbsp;</DIV><DIV>Attach here project to check what you done.</DIV>]]>
   </description>
   <pubDate>Fri, 13 Apr 2007 09:37:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6855&amp;PID=21917&amp;title=ribbon-dialogs-paintmanager#21917</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon / Dialogs / PaintManager : hi,ok I play little bit, with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6855&amp;PID=21908&amp;title=ribbon-dialogs-paintmanager#21908</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2923">Pixbyte</a><br /><strong>Subject:</strong> 6855<br /><strong>Posted:</strong> 13 April 2007 at 5:54am<br /><br />hi,<br><br>ok I play little bit, with the tip the border of the dialog is blu, but there is still no ribbon/commandbar at the top. I also changed following:<br><br>OnPaint:<br>//CRayPlicantDlgBase::OnPaint();<br><br>changed to:<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CPaintDC dc(this);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CXTPClientRect rc(this);<br><br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CXTPWindowRect rcClient(GetDlgItem(AFX_IDW_PANE_FIRST));<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ScreenToClient(&amp;rcClient);<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CXTPCommandBars* pCommandBars = GetCommandBars();<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ((CXTPOffice2007Theme*)(pCommandBars-&gt;GetPaintManager()))-&gt;FillWorkspace(&amp;dc, rc, rcClient);<br><br>Problem:<br>Now the dialog is blue but also I do not have any Commandbar/Ribbob at the top, the complete Windowtop is missing.<br><br>Any Solution?<br>]]>
   </description>
   <pubDate>Fri, 13 Apr 2007 05:54:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6855&amp;PID=21908&amp;title=ribbon-dialogs-paintmanager#21908</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon / Dialogs / PaintManager : Hi,  In your res\xxx.rc2 file...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6855&amp;PID=21902&amp;title=ribbon-dialogs-paintmanager#21902</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6855<br /><strong>Posted:</strong> 13 April 2007 at 12:35am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>In your res\xxx.rc2 file add</DIV><DIV><BR>#include "Ribbon\Styles\Office2007Blue\Office2007Blue.rc"<BR></DIV>]]>
   </description>
   <pubDate>Fri, 13 Apr 2007 00:35:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6855&amp;PID=21902&amp;title=ribbon-dialogs-paintmanager#21902</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon / Dialogs / PaintManager : Hello,I try to implement the Ribbon...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6855&amp;PID=21899&amp;title=ribbon-dialogs-paintmanager#21899</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2923">Pixbyte</a><br /><strong>Subject:</strong> 6855<br /><strong>Posted:</strong> 12 April 2007 at 10:18pm<br /><br />Hello,<br><br>I try to implement the Ribbon control to a dialog based app, similar to the Ribbon Sample. But after build in I get everytime a grey dialog with a black border. No headline and so forth. <br><br>So my understanding is that I need to add something about the Office2007 PaintManager and Resources. But can someone help me out how to do this in Dialog Based apps?<br><br>Ingo<br>]]>
   </description>
   <pubDate>Thu, 12 Apr 2007 22:18:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6855&amp;PID=21899&amp;title=ribbon-dialogs-paintmanager#21899</guid>
  </item> 
 </channel>
</rss>