<?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 : Applying Themes to Dialogs</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Applying Themes to Dialogs]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 18:34:44 +0000</pubDate>
  <lastBuildDate>Tue, 06 Mar 2007 05:15:41 +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=6292</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[Applying Themes to Dialogs : Hi Just a thought, why isn&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6292&amp;PID=20928&amp;title=applying-themes-to-dialogs#20928</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2643">gibbo</a><br /><strong>Subject:</strong> 6292<br /><strong>Posted:</strong> 06 March 2007 at 5:15am<br /><br /><DIV>Hi</DIV><DIV>Just a thought, why isn't there an example of how to incorporate skins and ribbonbars..&nbsp; Think it would help a lot of newbies..</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 06 Mar 2007 05:15:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6292&amp;PID=20928&amp;title=applying-themes-to-dialogs#20928</guid>
  </item> 
  <item>
   <title><![CDATA[Applying Themes to Dialogs : Hi ABuenger, Thanks for the information....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6292&amp;PID=20927&amp;title=applying-themes-to-dialogs#20927</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2643">gibbo</a><br /><strong>Subject:</strong> 6292<br /><strong>Posted:</strong> 06 March 2007 at 4:56am<br /><br />Hi ABuenger,<DIV>Thanks for the information.&nbsp; A few small tweaks to the Skin Resources and I now have the Ribbonbars and skins working <img src="https://forum.codejock.com/smileys/smiley4.gif" border="0">.</DIV><DIV>&nbsp;</DIV><DIV>Cheers</DIV><DIV>&nbsp;</DIV><DIV>Gibbo</DIV>]]>
   </description>
   <pubDate>Tue, 06 Mar 2007 04:56:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6292&amp;PID=20927&amp;title=applying-themes-to-dialogs#20927</guid>
  </item> 
  <item>
   <title><![CDATA[Applying Themes to Dialogs : I have a problem with applying...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6292&amp;PID=20909&amp;title=applying-themes-to-dialogs#20909</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2602">jkaufmann</a><br /><strong>Subject:</strong> 6292<br /><strong>Posted:</strong> 05 March 2007 at 4:24pm<br /><br />I have a problem with applying themes to dialogs, so I figured this was the best thread to post...<br><br>I have a dialog running in a CFormView running great except that whenever I right click on a CEdit, the menu that comes up is the old and outdated style.&nbsp; The menu is the default one that just has Cut/Copy/Paste/etc.&nbsp; I'd rather not have to override the menu popup w/ my own because this issue is in every CEdit in my application.&nbsp; Any suggestions?<br><br>OK, I just looked and the same unskinned popup menu shows up for the CEdit's that are embedded into CXTPPropertyGrid too.<br>]]>
   </description>
   <pubDate>Mon, 05 Mar 2007 16:24:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6292&amp;PID=20909&amp;title=applying-themes-to-dialogs#20909</guid>
  </item> 
  <item>
   <title><![CDATA[Applying Themes to Dialogs :     gibbo wrote:Is there anyway...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6292&amp;PID=20907&amp;title=applying-themes-to-dialogs#20907</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 6292<br /><strong>Posted:</strong> 05 March 2007 at 1:33pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by gibbo" alt="Originally posted by gibbo" style="vertical-align: text-bottom;" /> <strong>gibbo wrote:</strong><br /><br />Is there anyway that the Styles can be loaded from a resource instead of a file?<br></td></tr></table><br><br>Add <b>#include "SkinFramework\Styles\Office2007\Office2007.rc"</b> to your .rc2 file.<br><br>You may have to add ...\Source\SkinFramework\Styles\Office2007 to your source directories.<br><br>Then load the skin from your executable:<br><br><br><b>CString sExeName = AfxGetApp()-&gt;m_pszExeName;<br>sExeName += _T(".exe");<br></b><br><b>LoadSkin (</b><b>sExeName</b><b>, ...)</b><br><br>]]>
   </description>
   <pubDate>Mon, 05 Mar 2007 13:33:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6292&amp;PID=20907&amp;title=applying-themes-to-dialogs#20907</guid>
  </item> 
  <item>
   <title><![CDATA[Applying Themes to Dialogs : Ok, did some searching.. Now understand...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6292&amp;PID=20898&amp;title=applying-themes-to-dialogs#20898</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2643">gibbo</a><br /><strong>Subject:</strong> 6292<br /><strong>Posted:</strong> 05 March 2007 at 8:57am<br /><br />Ok, did some searching..&nbsp; Now understand a bit more :D<DIV>&nbsp;</DIV><DIV>I have to use the following: </DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;XTPSkinManager()-&gt;LoadSkin(pTheme-&gt;strResourcePath, pThemeInfo-&gt;csIniFileName);</DIV><DIV>&nbsp;</DIV><DIV>Is there anyway that the Styles can be loaded from a resource instead of a file?<BR></DIV>]]>
   </description>
   <pubDate>Mon, 05 Mar 2007 08:57:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6292&amp;PID=20898&amp;title=applying-themes-to-dialogs#20898</guid>
  </item> 
  <item>
   <title><![CDATA[Applying Themes to Dialogs : Firstly thanks for replying..  Sorry...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6292&amp;PID=20896&amp;title=applying-themes-to-dialogs#20896</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2643">gibbo</a><br /><strong>Subject:</strong> 6292<br /><strong>Posted:</strong> 05 March 2007 at 8:13am<br /><br />Firstly thanks for replying..<DIV>&nbsp;</DIV><DIV>Sorry I don't quite understand what you mean, do you have a code fragment?</DIV>]]>
   </description>
   <pubDate>Mon, 05 Mar 2007 08:13:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6292&amp;PID=20896&amp;title=applying-themes-to-dialogs#20896</guid>
  </item> 
  <item>
   <title><![CDATA[Applying Themes to Dialogs : Hi, Yes, it will work.  Blue...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6292&amp;PID=20894&amp;title=applying-themes-to-dialogs#20894</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6292<br /><strong>Posted:</strong> 05 March 2007 at 7:27am<br /><br />Hi,<DIV>Yes, it will work.</DIV><DIV>&nbsp;</DIV><DIV>Blue theme in Office2007.cjstyles&nbsp; and black and silver in Vista.cjstyles </DIV>]]>
   </description>
   <pubDate>Mon, 05 Mar 2007 07:27:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6292&amp;PID=20894&amp;title=applying-themes-to-dialogs#20894</guid>
  </item> 
  <item>
   <title><![CDATA[Applying Themes to Dialogs : Any Ideas??? ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6292&amp;PID=20890&amp;title=applying-themes-to-dialogs#20890</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2643">gibbo</a><br /><strong>Subject:</strong> 6292<br /><strong>Posted:</strong> 05 March 2007 at 6:58am<br /><br />Any Ideas???]]>
   </description>
   <pubDate>Mon, 05 Mar 2007 06:58:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6292&amp;PID=20890&amp;title=applying-themes-to-dialogs#20890</guid>
  </item> 
  <item>
   <title><![CDATA[Applying Themes to Dialogs : Hi, The SkinFramework looks good....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6292&amp;PID=20021&amp;title=applying-themes-to-dialogs#20021</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2643">gibbo</a><br /><strong>Subject:</strong> 6292<br /><strong>Posted:</strong> 02 February 2007 at 4:12am<br /><br /><P>Hi,</P><DIV>The SkinFramework looks good.&nbsp; But will it work with the Ribbon theme and the themes it has, I.E. Blue, Black, Silver, Aqua ?</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 02 Feb 2007 04:12:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6292&amp;PID=20021&amp;title=applying-themes-to-dialogs#20021</guid>
  </item> 
  <item>
   <title><![CDATA[Applying Themes to Dialogs : Hi,  Check samples from SkinFramework...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6292&amp;PID=19995&amp;title=applying-themes-to-dialogs#19995</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6292<br /><strong>Posted:</strong> 01 February 2007 at 9:05am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Check samples from SkinFramework folder, may be it will work for you.</DIV>]]>
   </description>
   <pubDate>Thu, 01 Feb 2007 09:05:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6292&amp;PID=19995&amp;title=applying-themes-to-dialogs#19995</guid>
  </item> 
 </channel>
</rss>