<?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 : Property sheet with Office 2003 Theme</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Property sheet with Office 2003 Theme]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 23:34:42 +0000</pubDate>
  <lastBuildDate>Tue, 19 Jul 2005 03:24:55 +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=2531</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[Property sheet with Office 2003 Theme : I solved on my own passing to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2531&amp;PID=7732&amp;title=property-sheet-with-office-2003-theme#7732</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1256">Jaws</a><br /><strong>Subject:</strong> 2531<br /><strong>Posted:</strong> 19 July 2005 at 3:24am<br /><br /><P>I solved on my own passing to a CXTPTabManager. Apply Office 2003 Theme was impossible by using CXTResizePropertySheet, it only allows to resize the property sheet dialog. For the refresh problem the cause was in groupboxex so, read at: <A href="http://forum.codejock.com/forum_posts.asp?TID=2147&amp;KW=CXTPTabManager" target="_blank">http://forum.codejock.com/forum_posts.asp?TID=2147&amp;K W=CXTPTabManager</A></P><P>Bye</P><span style="font-size:10px"><br /><br />Edited by Jaws</span>]]>
   </description>
   <pubDate>Tue, 19 Jul 2005 03:24:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2531&amp;PID=7732&amp;title=property-sheet-with-office-2003-theme#7732</guid>
  </item> 
  <item>
   <title><![CDATA[Property sheet with Office 2003 Theme : There was a misunderstanding but...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2531&amp;PID=7535&amp;title=property-sheet-with-office-2003-theme#7535</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1256">Jaws</a><br /><strong>Subject:</strong> 2531<br /><strong>Posted:</strong> 07 July 2005 at 6:33am<br /><br /><P>There was a misunderstanding but now I solved the problem by using CXTResizePropertySheet.&nbsp;I have two other problems. 1) I can't apply Office 2003 Theme; my manifest is present and correct and I've used CXTPPaintManager::SetTheme(xtpThemeOffice2003); in the OnInitDialog of my property sheet. 2) I have some refresh problem on the property pages (I see the&nbsp;below dialog).</P><P>What can I do?</P><P>Thank you</P><span style="font-size:10px"><br /><br />Edited by Jaws</span>]]>
   </description>
   <pubDate>Thu, 07 Jul 2005 06:33:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2531&amp;PID=7535&amp;title=property-sheet-with-office-2003-theme#7535</guid>
  </item> 
  <item>
   <title><![CDATA[Property sheet with Office 2003 Theme : Hi, Customization can&amp;#039;t work...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2531&amp;PID=7515&amp;title=property-sheet-with-office-2003-theme#7515</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2531<br /><strong>Posted:</strong> 06 July 2005 at 11:48pm<br /><br />Hi, Customization can't work for Dialogs and custom ToolBars. sorry.]]>
   </description>
   <pubDate>Wed, 06 Jul 2005 23:48:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2531&amp;PID=7515&amp;title=property-sheet-with-office-2003-theme#7515</guid>
  </item> 
  <item>
   <title><![CDATA[Property sheet with Office 2003 Theme : Hi, my VC++ application has a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2531&amp;PID=7508&amp;title=property-sheet-with-office-2003-theme#7508</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1256">Jaws</a><br /><strong>Subject:</strong> 2531<br /><strong>Posted:</strong> 06 July 2005 at 8:56am<br /><br /><P>Hi,</P><P>my VC++ application has a property sheet made of property pages by using standard MFC classes, now I need to transform the property sheet (and pages)&nbsp;to apply the Office 2003 Theme. I read that CXTPCustomizeSheet and CXTPCustomizeOptionsPage derived from CPropertySheet and CPropertyPage respectively. So I've used these classes to use the graphical CodeJock capabilities (instead of MFC prop sheet and prop page). But here I've encountered a problem, I don't know what I can pass to CXTPCustomizeSheet constructor. It requires a pointer to a command bars but in my DIALOG APPLICATION where can I find it?</P><P>Is my approach to the problem wrong? What is the best way to solve my problem without using a tab manager control? If it is possible I want to mantain the structure with property sheet and property pages.</P><P>Thank you!<FONT size=2></P></FONT>]]>
   </description>
   <pubDate>Wed, 06 Jul 2005 08:56:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2531&amp;PID=7508&amp;title=property-sheet-with-office-2003-theme#7508</guid>
  </item> 
 </channel>
</rss>