<?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 : background image in Skinned tab control</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : background image in Skinned tab control]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 10:40:23 +0000</pubDate>
  <lastBuildDate>Tue, 12 May 2009 11:36:01 +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=7611</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[background image in Skinned tab control : I wish it were that simple in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7611&amp;PID=48907&amp;title=background-image-in-skinned-tab-control#48907</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5228">Deadly_B</a><br /><strong>Subject:</strong> 7611<br /><strong>Posted:</strong> 12 May 2009 at 11:36am<br /><br />I wish it were that simple in C#.&nbsp; We had to write some extra code for our app to <a href="http://blog.villainousmind.com/2009/04/fix-backcolor-for-tabc&#111;ntrol-in-net.html" target="_blank">show the background</a>.]]>
   </description>
   <pubDate>Tue, 12 May 2009 11:36:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7611&amp;PID=48907&amp;title=background-image-in-skinned-tab-control#48907</guid>
  </item> 
  <item>
   <title><![CDATA[background image in Skinned tab control : Hi  I changed over one of our...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7611&amp;PID=24552&amp;title=background-image-in-skinned-tab-control#24552</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2967">adrien</a><br /><strong>Subject:</strong> 7611<br /><strong>Posted:</strong> 19 July 2007 at 6:41pm<br /><br />Hi<DIV>&nbsp;</DIV><DIV>I changed over one of our dialogs from our own tab control dialog class to a CPropertySheet and CPropertyPage implementation.</DIV><DIV>&nbsp;</DIV><DIV>now it shows the proper background image (i.e. brushed metal in iTunes skin) rather than the button face color of a normal dialog background.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 19 Jul 2007 18:41:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7611&amp;PID=24552&amp;title=background-image-in-skinned-tab-control#24552</guid>
  </item> 
  <item>
   <title><![CDATA[background image in Skinned tab control : Hello, to understand what do...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7611&amp;PID=24509&amp;title=background-image-in-skinned-tab-control#24509</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7611<br /><strong>Posted:</strong> 17 July 2007 at 9:47am<br /><br /><P>Hello,</P><DIV>to understand what do &nbsp;you do send to <a href="mailto:support@codejock.com" target="_blank">support@codejock.com</A> sample project with screenshot what do you want to see.</DIV>]]>
   </description>
   <pubDate>Tue, 17 Jul 2007 09:47:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7611&amp;PID=24509&amp;title=background-image-in-skinned-tab-control#24509</guid>
  </item> 
  <item>
   <title><![CDATA[background image in Skinned tab control : hi  how can one get the background...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7611&amp;PID=24505&amp;title=background-image-in-skinned-tab-control#24505</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2967">adrien</a><br /><strong>Subject:</strong> 7611<br /><strong>Posted:</strong> 17 July 2007 at 3:25am<br /><br />hi<DIV>&nbsp;</DIV><DIV>how can one get the background image to show through for a tab control?</DIV><DIV>&nbsp;</DIV><DIV>We have our own tab control class that we can add panes to using a dialog resource.&nbsp; Since it uses code based on CDialog to build the pane, it shows the background colour of the pane as being the button face color.</DIV><DIV>&nbsp;</DIV><DIV>however, due to background images, this means we get a weird border round the pane, and it doesn't show the correct colour.&nbsp; I've tried overriding OnCtlColor, but since the background is an image, I'm picking I can't get an HBRUSH to return.</DIV><DIV>&nbsp;</DIV><DIV>I also tried making the dialog resource transparent, but that didn't do anything (possibly MFC ignores it?).</DIV><DIV>&nbsp;</DIV><DIV>Also, in some schemas (like the iTunes one), the metrics are different (i.e iTunes adds a 5px top line to the background image).&nbsp; Is there an API we can use to get these offsets so we can offset the pane?</DIV><DIV>&nbsp;</DIV><DIV>Or am I wasting my time with our own tab control class, and I should just use a CodeJock one?&nbsp; We've got a lot of legacy code to port if I can't use our old one...</DIV><DIV>&nbsp;</DIV><DIV>Anyone done this before?</DIV><DIV><BR>Adrien</DIV>]]>
   </description>
   <pubDate>Tue, 17 Jul 2007 03:25:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7611&amp;PID=24505&amp;title=background-image-in-skinned-tab-control#24505</guid>
  </item> 
 </channel>
</rss>