<?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 appearance</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : TabControl appearance]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 02:59:21 +0000</pubDate>
  <lastBuildDate>Fri, 12 Dec 2008 14:22:34 +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=12900</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 appearance : Hi, if you don&amp;#039;t wnat this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12900&amp;PID=43624&amp;title=tabcontrol-appearance#43624</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12900<br /><strong>Posted:</strong> 12 December 2008 at 2:22pm<br /><br /><P>Hi,</P><DIV>if you don't wnat this transparency just don't add TabControlPage.</DIV><DIV>Actually I not sure what you see and what need.</DIV>]]>
   </description>
   <pubDate>Fri, 12 Dec 2008 14:22:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12900&amp;PID=43624&amp;title=tabcontrol-appearance#43624</guid>
  </item> 
  <item>
   <title><![CDATA[TabControl appearance : I have managed to get a little...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12900&amp;PID=43610&amp;title=tabcontrol-appearance#43610</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4794">rdmeyers</a><br /><strong>Subject:</strong> 12900<br /><strong>Posted:</strong> 12 December 2008 at 11:30am<br /><br />I have managed to get a little closer by setting the TabControl "Appearance" property to 0, then&nbsp;using the following code to flip between skin colors or turn skinning off completely:<DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Private Sub mnuSkinBlue_Click()</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; SkinFramework1.LoadSkin App.Path &amp; "\Office2007.cjstyles", "NormalBlue.ini"<BR>&nbsp;&nbsp;&nbsp; TabControl1.Color = xtpTabColorWinXP<BR><BR>End Sub</DIV><DIV><BR>Private Sub mnuSkinNone_Click()</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; SkinFramework1.LoadSkin App.Path &amp; "", ""<BR>&nbsp;&nbsp;&nbsp; TabControl1.Color = xtpTabColorDefault</DIV><DIV>&nbsp;</DIV><DIV>End Sub</DIV><DIV><BR>Private Sub mnuSkinSilver_Click()</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; SkinFramework1.LoadSkin App.Path &amp; "\Office2007.cjstyles", "NormalSilver.ini"<BR>&nbsp;&nbsp;&nbsp; TabControl1.Color = xtpTabColorWinXP</DIV><DIV>&nbsp;</DIV><DIV>End Sub<BR></DIV><DIV>&nbsp;</DIV><DIV>OK, so how about a slightly associated question?&nbsp; I thought about using the TabControlPage because it properly reflects the skinning when placed directly on the form, yet it does absolutely nothing when placed on the TabControl itself.&nbsp; What gives?&nbsp; Does it become transparent when placed on the TabControl?&nbsp; If so, can we have a "Transparent" property to turn off this behaviour when needed?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 12 Dec 2008 11:30:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12900&amp;PID=43610&amp;title=tabcontrol-appearance#43610</guid>
  </item> 
  <item>
   <title><![CDATA[TabControl appearance : Hello, Yes this is closest look....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12900&amp;PID=43596&amp;title=tabcontrol-appearance#43596</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12900<br /><strong>Posted:</strong> 12 December 2008 at 1:14am<br /><br /><P>Hello,</P><P>Yes this is closest look. There is no closer.</P>]]>
   </description>
   <pubDate>Fri, 12 Dec 2008 01:14:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12900&amp;PID=43596&amp;title=tabcontrol-appearance#43596</guid>
  </item> 
  <item>
   <title><![CDATA[TabControl appearance : What properties do you need to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12900&amp;PID=43586&amp;title=tabcontrol-appearance#43586</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4794">rdmeyers</a><br /><strong>Subject:</strong> 12900<br /><strong>Posted:</strong> 11 December 2008 at 6:12pm<br /><br />What properties do you need to set so that the TabControl will skin as the standard TabStrip does?&nbsp; Setting "Appearance" to 0, and "Color" to 1 gets closest, but still nowhere near what&nbsp;I expect.&nbsp; I can email screen shots if that would help explain things.]]>
   </description>
   <pubDate>Thu, 11 Dec 2008 18:12:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12900&amp;PID=43586&amp;title=tabcontrol-appearance#43586</guid>
  </item> 
 </channel>
</rss>