<?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 : TabControl BackColor, SkinFramework &amp; Label</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : TabControl BackColor, SkinFramework &amp; Label]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 00:14:18 +0000</pubDate>
  <lastBuildDate>Wed, 28 May 2008 14:02:23 +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=10813</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[TabControl BackColor, SkinFramework &amp; Label : Hi Oleg,You can ignore my problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10813&amp;PID=35930&amp;title=tabcontrol-backcolor-skinframework-label#35930</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 10813<br /><strong>Posted:</strong> 28 May 2008 at 2:02pm<br /><br />Hi Oleg,<br><br>You can ignore my problem about the TabControlPage backcolor...I was setting the color for the wrong page. Sorry!<br>]]>
   </description>
   <pubDate>Wed, 28 May 2008 14:02:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10813&amp;PID=35930&amp;title=tabcontrol-backcolor-skinframework-label#35930</guid>
  </item> 
  <item>
   <title><![CDATA[TabControl BackColor, SkinFramework &amp; Label : Hi Oleg, In this case, Transparent...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10813&amp;PID=35929&amp;title=tabcontrol-backcolor-skinframework-label#35929</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 10813<br /><strong>Posted:</strong> 28 May 2008 at 1:57pm<br /><br />Hi Oleg,<br><br>&nbsp;&nbsp;&nbsp; In this case, Transparent = True will work, but based on a previous thread it won't work if I put the Label on a UserControl...Is there are way to get the exact background color from the PaintManager? Also, is there a way to explicitly set the TabControlPage backcolor? Me.TabControlPage.Backcolor = vbWhite doesn't seem to work.<br><br>Thanks.<br>]]>
   </description>
   <pubDate>Wed, 28 May 2008 13:57:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10813&amp;PID=35929&amp;title=tabcontrol-backcolor-skinframework-label#35929</guid>
  </item> 
  <item>
   <title><![CDATA[TabControl BackColor, SkinFramework &amp; Label : Hi,  Do you have Label.Transparent...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10813&amp;PID=35925&amp;title=tabcontrol-backcolor-skinframework-label#35925</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10813<br /><strong>Posted:</strong> 28 May 2008 at 1:50pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Do you have Label.Transparent = True ?</DIV>]]>
   </description>
   <pubDate>Wed, 28 May 2008 13:50:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10813&amp;PID=35925&amp;title=tabcontrol-backcolor-skinframework-label#35925</guid>
  </item> 
  <item>
   <title><![CDATA[TabControl BackColor, SkinFramework &amp; Label : Hi,I have a TabControl with a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10813&amp;PID=35923&amp;title=tabcontrol-backcolor-skinframework-label#35923</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 10813<br /><strong>Posted:</strong> 28 May 2008 at 1:36pm<br /><br />Hi,<br><br>I have a TabControl with a TabControlPage on it (no borders/tabs for wizard style). There is also a SkinFramework on a different form that skins the project. Lastly, I've placed a CJ Label on the form with EnableMarkup = True.<br><br>I'm trying to get the backcolor of the label to match the backcolor of the tabcontrolpage.<br><br>I've tried:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>Me.Label1.Backcolor = Me.TabControlPage1(0).BackColor<br></pre></td></tr></table><br><br>and<br><table width="99%"><tr><td><pre class="BBcode"><br>Me.Label1.Backcolor = me.TabControl1.PaintManager.ColorSet.PaneFace<br></pre></td></tr></table><br><br>Without success. Here's the result:<br><br><img src="uploads/20080528_133509_labelpanecolor.jpg" height="118" width="517" border="0"><br><br>Also, If possible, I'd like to be able to set the tabcontrolpage backcolor to white...I've tried:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>Me.TabControlPage1(0).BackColor = vbWhite<br></pre></td></tr></table><br><br>But it doesn't seem to work. Any suggestions?<br><br>]]>
   </description>
   <pubDate>Wed, 28 May 2008 13:36:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10813&amp;PID=35923&amp;title=tabcontrol-backcolor-skinframework-label#35923</guid>
  </item> 
 </channel>
</rss>