<?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 : Skinning everything apart from title bars</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : Skinning everything apart from title bars]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 01:42:33 +0000</pubDate>
  <lastBuildDate>Wed, 15 Jul 2009 08:05: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=14736</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[Skinning everything apart from title bars : OK - I can try that I guess. However,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14736&amp;PID=50990&amp;title=skinning-everything-apart-from-title-bars#50990</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=237">markh</a><br /><strong>Subject:</strong> 14736<br /><strong>Posted:</strong> 15 July 2009 at 8:05am<br /><br />OK - I can try that I guess. However, I don't necessarily always have easy access to the HWNDs of all the windows I want to skin, so this could be quite difficult. <DIV>&nbsp;</DIV><DIV>Any idea why the RemoveWindowClass method class doesn't work for the dialog class, as if it did, I think this would solve my problem?</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>Mark</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>P.S. It would be nice if the SkinFrameworkApplyOptions could specify a lot more specifically what to skin and what not to skin in a window.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 15 Jul 2009 08:05:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14736&amp;PID=50990&amp;title=skinning-everything-apart-from-title-bars#50990</guid>
  </item> 
  <item>
   <title><![CDATA[Skinning everything apart from title bars : Hi,  You can set AutoApply option...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14736&amp;PID=50987&amp;title=skinning-everything-apart-from-title-bars#50987</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 14736<br /><strong>Posted:</strong> 15 July 2009 at 7:49am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>You can set <FONT face="Courier New">AutoApply option to False and Skin only windows you need.</FONT></DIV>]]>
   </description>
   <pubDate>Wed, 15 Jul 2009 07:49:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14736&amp;PID=50987&amp;title=skinning-everything-apart-from-title-bars#50987</guid>
  </item> 
  <item>
   <title><![CDATA[Skinning everything apart from title bars : I don&amp;#039;t generally have easy...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14736&amp;PID=50985&amp;title=skinning-everything-apart-from-title-bars#50985</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=237">markh</a><br /><strong>Subject:</strong> 14736<br /><strong>Posted:</strong> 15 July 2009 at 7:42am<br /><br />I don't generally have easy access to the HWND of the dialog boxes that I want to remove skinning from. I have tried using RemoveWindowClass with "#32770" as the class name. However, this doesn't seem to work for some reason.<DIV>&nbsp;</DIV><DIV>This can be seen in the VB "SDISample" sample application. I have added the following lines to Form_Load():</DIV><DIV>&nbsp;</DIV><DIV><FONT face="Courier New, Courier, mono">&nbsp;&nbsp;&nbsp; SkinFramework.LoadSkin App.Path &amp; "\Styles\Le5", "Normalblue.ini"<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; SkinFramework.ApplyOptions = xtpSkinApplyColors Or xtpSkinApplyMetrics Or xtpSkinApplyFrame<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; SkinFramework.ApplyWindow Me.hWnd<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; SkinFramework.RemoveWindowClass "#32770"</FONT></DIV><DIV><FONT face="Courier New"></FONT>&nbsp;</DIV><DIV><FONT face="Arial, Helvetica, sans-serif">However, when I click on any of the buttons to open one of the common dialogs, they are still skinned, as can be seen from the title bar.</FONT></DIV><DIV><FONT face=Arial></FONT>&nbsp;</DIV><DIV><FONT face=Arial>Any ideas?</FONT></DIV><DIV><FONT face=Arial></FONT>&nbsp;</DIV><DIV><FONT face=Arial>Thanks<BR>Mark</FONT></DIV><DIV><FONT face=Arial></FONT>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 15 Jul 2009 07:42:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14736&amp;PID=50985&amp;title=skinning-everything-apart-from-title-bars#50985</guid>
  </item> 
  <item>
   <title><![CDATA[Skinning everything apart from title bars : You can call XTPSkinManager()-&amp;gt;Remove(hWnd)...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14736&amp;PID=50960&amp;title=skinning-everything-apart-from-title-bars#50960</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 14736<br /><strong>Posted:</strong> 14 July 2009 at 1:17pm<br /><br />You can call XTPSkinManager()-&gt;Remove(hWnd) to remove skin from some window.]]>
   </description>
   <pubDate>Tue, 14 Jul 2009 13:17:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14736&amp;PID=50960&amp;title=skinning-everything-apart-from-title-bars#50960</guid>
  </item> 
  <item>
   <title><![CDATA[Skinning everything apart from title bars : Thanks Oleg. So is there any...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14736&amp;PID=50940&amp;title=skinning-everything-apart-from-title-bars#50940</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=237">markh</a><br /><strong>Subject:</strong> 14736<br /><strong>Posted:</strong> 14 July 2009 at 5:32am<br /><br /><P>Thanks Oleg.</P><P>So is there any way I can change the SkinFrameworkApplyOptions on a per window basis? I basically don't want the title bars of my dialog boxes skinned but I do want the controls within the dialog, such as Edit controls, to have skinned scrollbars. If I could set the SkinFrameworkApplyOptions for only the dialog box (not it's child controls) to not include xtpSkinApplyFrame then this could be achievable. Otherwise, is there another way of doing this?</P><DIV>Thanks</DIV><DIV>Mark</DIV>]]>
   </description>
   <pubDate>Tue, 14 Jul 2009 05:32:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14736&amp;PID=50940&amp;title=skinning-everything-apart-from-title-bars#50940</guid>
  </item> 
  <item>
   <title><![CDATA[Skinning everything apart from title bars : Hi,  No. ScrollBars are part...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14736&amp;PID=50939&amp;title=skinning-everything-apart-from-title-bars#50939</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 14736<br /><strong>Posted:</strong> 14 July 2009 at 5:22am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>No. ScrollBars are part of frame.</DIV>]]>
   </description>
   <pubDate>Tue, 14 Jul 2009 05:22:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14736&amp;PID=50939&amp;title=skinning-everything-apart-from-title-bars#50939</guid>
  </item> 
  <item>
   <title><![CDATA[Skinning everything apart from title bars : Hello  I am trying to skin everything...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14736&amp;PID=50919&amp;title=skinning-everything-apart-from-title-bars#50919</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=237">markh</a><br /><strong>Subject:</strong> 14736<br /><strong>Posted:</strong> 13 July 2009 at 2:30pm<br /><br />Hello<DIV>&nbsp;</DIV><DIV>I am trying to skin everything in my application apart from the title bars of top level windows. Is this possible?</DIV><DIV>&nbsp;</DIV><DIV>I have tried removing xtpSkinApplyFrame from SkinFrameworkApplyOptions. This does stop the title bars from being skinned but it also stops the scrollbars on all windows from being skinned, which I want.</DIV><DIV>&nbsp;</DIV><DIV>Is there a way to achieve this?</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>Mark</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 13 Jul 2009 14:30:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14736&amp;PID=50919&amp;title=skinning-everything-apart-from-title-bars#50919</guid>
  </item> 
 </channel>
</rss>