<?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 : Skin Manager, SetAutoApplyNewWindows</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Skin Manager, SetAutoApplyNewWindows]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 12 Jun 2026 23:12:39 +0000</pubDate>
  <lastBuildDate>Mon, 08 May 2006 15:41:02 +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=4074</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[Skin Manager, SetAutoApplyNewWindows : Hi, This problem fixed for next...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4074&amp;PID=12789&amp;title=skin-manager-setautoapplynewwindows#12789</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4074<br /><strong>Posted:</strong> 08 May 2006 at 3:41pm<br /><br /><P>Hi,</P><P>This problem fixed for next release. If you don't linke color of dialog face, you can just change it in Styles\Office2007\res\Office2007_Normal.ini:</P><P>Btnface =&nbsp;xx&nbsp;xx xx<BR></P>]]>
   </description>
   <pubDate>Mon, 08 May 2006 15:41:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4074&amp;PID=12789&amp;title=skin-manager-setautoapplynewwindows#12789</guid>
  </item> 
  <item>
   <title><![CDATA[Skin Manager, SetAutoApplyNewWindows : I would like to know wheter this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4074&amp;PID=12781&amp;title=skin-manager-setautoapplynewwindows#12781</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 4074<br /><strong>Posted:</strong> 08 May 2006 at 12:17pm<br /><br /><P>I would like to know wheter this is a bug or if I misuse <strong>SetAutoApplyNewWindows</strong>.</P><P>Button icons doesn't work with the SkinFramework 10.1, so I have to disable it for the property sheet (Office 2007 also doesn't skin the dialogs), if I do this using <strong>SetAutoApplyNewWindows</strong>&nbsp;new MDI child windows don't get skinned properly anymore (See above).</P>]]>
   </description>
   <pubDate>Mon, 08 May 2006 12:17:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4074&amp;PID=12781&amp;title=skin-manager-setautoapplynewwindows#12781</guid>
  </item> 
  <item>
   <title><![CDATA[Skin Manager, SetAutoApplyNewWindows :   ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4074&amp;PID=12471&amp;title=skin-manager-setautoapplynewwindows#12471</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 4074<br /><strong>Posted:</strong> 27 April 2006 at 11:24am<br /><br /><P><IMG src="uploads/ABuenger/2006-04-27_112412_skinned_about.png" border="0"></P><P><IMG src="uploads/ABuenger/2006-04-27_112426_skinned_mdi.png" border="0"></P>]]>
   </description>
   <pubDate>Thu, 27 Apr 2006 11:24:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4074&amp;PID=12471&amp;title=skin-manager-setautoapplynewwindows#12471</guid>
  </item> 
  <item>
   <title><![CDATA[Skin Manager, SetAutoApplyNewWindows : If you add the following two lines...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4074&amp;PID=12470&amp;title=skin-manager-setautoapplynewwindows#12470</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 4074<br /><strong>Posted:</strong> 27 April 2006 at 11:21am<br /><br /><P>If you add the following two lines to the Skin MDI sample new MDI child&nbsp;windows will not get skinned anymore. Also the hyperlinks and the OK button in the About dialog will get skinned although it is disabled.</P><P>void CSkinMDISampleApp::OnAppAbout()<BR>{<BR>&nbsp;CAboutDlg aboutDlg;<BR>&nbsp;<strong>XTPSkinManager()-&gt;SetAutoApplyNewWindows (FALSE);</strong><BR>&nbsp;aboutDlg.DoModal();<BR>&nbsp;<strong>XTPSkinManager()-&gt;SetAutoApplyNewWindows (TRUE);</strong><BR>}</P><P>Just add the two lines, click on About and then New.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 27 Apr 2006 11:21:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4074&amp;PID=12470&amp;title=skin-manager-setautoapplynewwindows#12470</guid>
  </item> 
 </channel>
</rss>