<?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 : (SOLVED) HOWTO: CXTPTabControl Hilite current tab</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : (SOLVED) HOWTO: CXTPTabControl Hilite current tab]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 14:09:26 +0000</pubDate>
  <lastBuildDate>Wed, 26 Apr 2017 08:34:25 +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=23305</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[(SOLVED) HOWTO: CXTPTabControl Hilite current tab : Thanks, it works! ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23305&amp;PID=75754&amp;title=solved-howto-cxtptabcontrol-hilite-current-tab#75754</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 23305<br /><strong>Posted:</strong> 26 April 2017 at 8:34am<br /><br />Thanks, it works!<br>]]>
   </description>
   <pubDate>Wed, 26 Apr 2017 08:34:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23305&amp;PID=75754&amp;title=solved-howto-cxtptabcontrol-hilite-current-tab#75754</guid>
  </item> 
  <item>
   <title><![CDATA[(SOLVED) HOWTO: CXTPTabControl Hilite current tab : Thanks!I&amp;#039;ll give it a try......]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23305&amp;PID=75743&amp;title=solved-howto-cxtptabcontrol-hilite-current-tab#75743</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 23305<br /><strong>Posted:</strong> 21 April 2017 at 5:48am<br /><br />Thanks!<br><br>I'll give it a try...<br>]]>
   </description>
   <pubDate>Fri, 21 Apr 2017 05:48:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23305&amp;PID=75743&amp;title=solved-howto-cxtptabcontrol-hilite-current-tab#75743</guid>
  </item> 
  <item>
   <title><![CDATA[(SOLVED) HOWTO: CXTPTabControl Hilite current tab : Hi!You could use your own colorset....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23305&amp;PID=75742&amp;title=solved-howto-cxtptabcontrol-hilite-current-tab#75742</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=365">Alex H.</a><br /><strong>Subject:</strong> 23305<br /><strong>Posted:</strong> 21 April 2017 at 5:39am<br /><br />Hi!<br>You could use your own colorset. <br>I'm not sure if this will work with CXTPTabControl too.<br><pre style="font-family:C&#111;nsolas;font-size:13;color:black;:white;">m_wndMDITabWindow.GetPaintManager()-&gt;SetColorSet(<span style="color:blue;">new</span>&nbsp;CXTPTabColorSetOffice2013Custom());<br><br><span style="color:blue;">class</span> CXTPTabColorSetOffice2013Custom:&nbsp;<span style="color:blue;">public</span>&nbsp;CXTPTabColorSetOffice2013<span style="color:green;"></span>{<span style="color:blue;">public</span>:	CXTPTabColorSetOffice2013Custom()	{	} 	<span style="color:green;">//-----------------------------------------------------------------------</span>	<span style="color:blue;">virtual</span>&nbsp;COLORREF&nbsp;GetItemColor(CXTPTabManagerItem*&nbsp;pItem)	<span style="color:green;">//-----------------------------------------------------------------------</span>	{		COLORREF&nbsp;clrItem;<br><br><span style="color:blue;">		if</span>&nbsp;(pItem-&gt;IsHighlighted()) <br>		{&nbsp;clrItem&nbsp;=&nbsp;m_clrButtonHighlighted;&nbsp;}<br>		<span style="color:blue;">return</span>&nbsp;clrItem;	} <br></pre>]]>
   </description>
   <pubDate>Fri, 21 Apr 2017 05:39:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23305&amp;PID=75742&amp;title=solved-howto-cxtptabcontrol-hilite-current-tab#75742</guid>
  </item> 
  <item>
   <title><![CDATA[(SOLVED) HOWTO: CXTPTabControl Hilite current tab : Hi;I have two CXTPTabControl instances...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23305&amp;PID=75691&amp;title=solved-howto-cxtptabcontrol-hilite-current-tab#75691</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 23305<br /><strong>Posted:</strong> 03 April 2017 at 12:06pm<br /><br />Hi;<br><br>I have two CXTPTabControl instances within one dialog. I want the focused control to be "more visible"; therefore I want the focused tab control to colorize its currently focused tab only. When the focus changed to the second instance, the first should remove coloring and the second one colorizes its active tab. <br>Drawing the focus rectangle on the active tab of the focused instance isn't enough due to bad visibility.<br><br>Can this be done with the currently available feature set? <br>How?<br>]]>
   </description>
   <pubDate>Mon, 03 Apr 2017 12:06:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23305&amp;PID=75691&amp;title=solved-howto-cxtptabcontrol-hilite-current-tab#75691</guid>
  </item> 
 </channel>
</rss>