<?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 : CXTPHeaderCtrl::SetTheme needs love</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTPHeaderCtrl::SetTheme needs love]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 14 Apr 2026 21:59:40 +0000</pubDate>
  <lastBuildDate>Tue, 07 Mar 2023 15:59:22 +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=24368</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[CXTPHeaderCtrl::SetTheme needs love : This method could use some updated...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24368&amp;PID=78652&amp;title=cxtpheaderctrlsettheme-needs-love#78652</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9498">xsensordev</a><br /><strong>Subject:</strong> 24368<br /><strong>Posted:</strong> 07 March 2023 at 3:59pm<br /><br /><div>This method could use some updated theme support. The default themes are very out-of-date.</div><div><br></div><div><div><table width="99%"><tr><td><pre class="BBcode"></div><div>BOOL CXTPHeaderCtrl::SetTheme(XTPControlTheme eTheme)</div><div>{</div><div>&nbsp; &nbsp; CMDTARGET_RELEASE(m_pTheme);</div><div><br></div><div>&nbsp; &nbsp; switch (eTheme)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; case xtpControlThemeFlat:</div><div>&nbsp; &nbsp; &nbsp; &nbsp; case xtpControlThemeUltraFlat:</div><div>&nbsp; &nbsp; &nbsp; &nbsp; case xtpControlThemeOffice2000:</div><div>&nbsp; &nbsp; &nbsp; &nbsp; case xtpControlThemeOfficeXP: m_pTheme = new CXTPHeaderCtrlThemeOfficeXP; break;</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; case xtpControlThemeOffice2003: m_pTheme = new CXTPHeaderCtrlThemeOffice2003; break;</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; case xtpControlThemeVisualStudio2005:</div><div>&nbsp; &nbsp; &nbsp; &nbsp; case xtpControlThemeVisualStudio2008:</div><div>&nbsp; &nbsp; &nbsp; &nbsp; case xtpControlThemeVisualStudio2010:</div><div>&nbsp; &nbsp; &nbsp; &nbsp; case xtpControlThemeNativeWinXP:</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; m_pTheme = new CXTPHeaderCtrlThemeExplorer;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; m_pTheme-&gt;SetDrawStyle(HDR_XTP_WINDEF | HDR_XTP_HOTTRACKING | HDR_XTP_SORTARROW, this);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; break;</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; case xtpControlThemeResource: m_pTheme = new CXTPHeaderCtrlThemeResource; break;</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; case xtpControlThemeDefault:</div><div>&nbsp; &nbsp; &nbsp; &nbsp; default: m_pTheme = new CXTPHeaderCtrlTheme; break;</div><div>&nbsp; &nbsp; }</div><div><br></div><div>&nbsp; &nbsp; RefreshMetrics();</div><div><br></div><div>&nbsp; &nbsp; return (m_pTheme != NULL);</div><div>}</div><div></pre></td></tr></table></div></div>]]>
   </description>
   <pubDate>Tue, 07 Mar 2023 15:59:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24368&amp;PID=78652&amp;title=cxtpheaderctrlsettheme-needs-love#78652</guid>
  </item> 
 </channel>
</rss>