<?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 color question</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : TabControl color question]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 23 Jul 2026 07:16:10 +0000</pubDate>
  <lastBuildDate>Tue, 21 Nov 2006 15:16:58 +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=5564</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 color question : This was my code for anyone else...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5564&amp;PID=17525&amp;title=tabcontrol-color-question#17525</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2525">Majek</a><br /><strong>Subject:</strong> 5564<br /><strong>Posted:</strong> 21 November 2006 at 3:16pm<br /><br />This was my code for anyone else who might have the same question (VB 2005)<DIV>&nbsp;</DIV><DIV><DIV><DIV><DIV>With TabControl<BR>&nbsp;&nbsp;&nbsp;&nbsp;.InsertItem(0, "Connection", frmConnection.Handle.ToInt32, 0)<BR>&nbsp;&nbsp;&nbsp;&nbsp;.InsertItem(1, "Chat", frmChat.Handle.ToInt32, 0)<BR>&nbsp;&nbsp;&nbsp;&nbsp;.InsertItem(2, "Transfer", frmTransfer.Handle.ToInt32, 0)</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;.InsertItem(3, "Settings", frmSettings.Handle.ToInt32, 0)</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;.DrawFocusRect = False</DIV><DIV>End With</DIV><DIV>&nbsp;</DIV><DIV>With TabControl.PaintManager</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;.Appearance = XTPTabAppearanceStyle.xtpTabAppearancePropertyPage2003<BR>&nbsp;&nbsp;&nbsp;&nbsp;.BoldSelected = True</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;.Color = XTPTabColorStyle.xtpTabColorOffice2003<BR>&nbsp;&nbsp;&nbsp;&nbsp;.Layout = XTPTabLayoutStyle.xtpTabLayoutSizeToFit<BR>&nbsp;&nbsp;&nbsp;&nbsp;.Position = XTPTabPosition.xtpTabPositionTop</DIV><DIV><BR><strong>&nbsp;&nbsp;&nbsp;&nbsp;.ColorSet.ControlFace = Convert.ToUInt32(ColorTranslator.ToWin32(Color.Red))</strong></DIV><DIV>End With<BR></DIV></DIV></DIV></DIV>]]>
   </description>
   <pubDate>Tue, 21 Nov 2006 15:16:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5564&amp;PID=17525&amp;title=tabcontrol-color-question#17525</guid>
  </item> 
  <item>
   <title><![CDATA[TabControl color question : Aha yes, that worked thanks alot...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5564&amp;PID=17524&amp;title=tabcontrol-color-question#17524</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2525">Majek</a><br /><strong>Subject:</strong> 5564<br /><strong>Posted:</strong> 21 November 2006 at 3:06pm<br /><br />Aha yes, that worked thanks alot <img src="https://forum.codejock.com/smileys/smiley1.gif" border="0">&nbsp;]]>
   </description>
   <pubDate>Tue, 21 Nov 2006 15:06:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5564&amp;PID=17524&amp;title=tabcontrol-color-question#17524</guid>
  </item> 
  <item>
   <title><![CDATA[TabControl color question : Hi, yes, you can customize co...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5564&amp;PID=17505&amp;title=tabcontrol-color-question#17505</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5564<br /><strong>Posted:</strong> 21 November 2006 at 12:50am<br /><br />Hi,<DIV>yes, you can customize colors.</DIV><DIV>&nbsp;</DIV><DIV>TabControl.PaintManager.ColorSet.ControlFace = ...</DIV><DIV>&nbsp;</DIV><DIV>but not sure if it was available in 10.1 :(</DIV>]]>
   </description>
   <pubDate>Tue, 21 Nov 2006 00:50:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5564&amp;PID=17505&amp;title=tabcontrol-color-question#17505</guid>
  </item> 
  <item>
   <title><![CDATA[TabControl color question : Hi, i&amp;#039;m trying to design...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5564&amp;PID=17497&amp;title=tabcontrol-color-question#17497</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2525">Majek</a><br /><strong>Subject:</strong> 5564<br /><strong>Posted:</strong> 20 November 2006 at 2:31pm<br /><br />Hi, i'm trying to design a "themed" program that allows the user to customize the fonts/colors/etc of the forms. I used the Office XP theme on the CommandBars and it allowed me to set the special colors of the menu to make it fully customizable. The only thing that doesn't match is the TabControl,&nbsp;I tried <FONT size=2>.PaintManager.Color = XTPTabColorStyle.xtpTabColorOffice2003 but it doesn't have a SetSpecialColor function. I saw a few things in the XtremeSuiteControls namespace but I couldn't figure out how to use them. So in short, is it possible to set user defined custom colors on a TabControl? I'm using&nbsp;version 10.1.</FONT>]]>
   </description>
   <pubDate>Mon, 20 Nov 2006 14:31:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5564&amp;PID=17497&amp;title=tabcontrol-color-question#17497</guid>
  </item> 
 </channel>
</rss>