<?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 on Vista</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : TabControl on Vista]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 11:40:59 +0000</pubDate>
  <lastBuildDate>Wed, 15 Aug 2007 02:05:07 +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=7790</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 on Vista : Hi, Its designed behavior. Without...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7790&amp;PID=25120&amp;title=tabcontrol-on-vista#25120</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7790<br /><strong>Posted:</strong> 15 August 2007 at 2:05am<br /><br /><DIV>Hi,</DIV><DIV>Its designed behavior. Without xtpSkinApplyFrame&nbsp; TabControl will not be skinned. </DIV><DIV>I think you need enable manifest.</DIV>]]>
   </description>
   <pubDate>Wed, 15 Aug 2007 02:05:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7790&amp;PID=25120&amp;title=tabcontrol-on-vista#25120</guid>
  </item> 
  <item>
   <title><![CDATA[TabControl on Vista : But I want the Vista theme to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7790&amp;PID=25107&amp;title=tabcontrol-on-vista#25107</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2779">reggie</a><br /><strong>Subject:</strong> 7790<br /><strong>Posted:</strong> 14 August 2007 at 1:44pm<br /><br /><DIV>But I want the Vista theme to work on Vista.&nbsp; We are using VB6 which does not deliver themed applications correctly unless: <DIV>1)&nbsp; A .manifest file is included OR</DIV><DIV>2)&nbsp; Use some kind of skinning tool like CodeJock</DIV><DIV>&nbsp;</DIV><DIV>There are some caveats with item 1, so we had decided on&nbsp;item 2.</DIV><DIV>If I turn off&nbsp;the&nbsp;SkinFramework&nbsp;on a Vista machine then other controls on the form are not themed but the TabControl is.&nbsp; If I turn on the SkinFramework, the other controls are themed but the TabControl is not.</DIV><DIV>&nbsp;</DIV></DIV><DIV><img src="https://forum.codejock.com/uploads/20070814_134322_VistaTabC&#111;ntrol.jpg" border="0"></DIV><DIV>Not sure what's up here.</DIV>]]>
   </description>
   <pubDate>Tue, 14 Aug 2007 13:44:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7790&amp;PID=25107&amp;title=tabcontrol-on-vista#25107</guid>
  </item> 
  <item>
   <title><![CDATA[TabControl on Vista : Hello,  I think you can disable...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7790&amp;PID=25077&amp;title=tabcontrol-on-vista#25077</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7790<br /><strong>Posted:</strong> 14 August 2007 at 1:25am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>I think you can disable SkinFramework vista theme if user run application in Vista.</DIV>]]>
   </description>
   <pubDate>Tue, 14 Aug 2007 01:25:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7790&amp;PID=25077&amp;title=tabcontrol-on-vista#25077</guid>
  </item> 
  <item>
   <title><![CDATA[TabControl on Vista : I am trying to get a TabControl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7790&amp;PID=25071&amp;title=tabcontrol-on-vista#25071</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2779">reggie</a><br /><strong>Subject:</strong> 7790<br /><strong>Posted:</strong> 13 August 2007 at 9:29pm<br /><br />I am trying to get a TabControl to work with the SkinFramework on a Vista machine.&nbsp; Because I like the Aero titlebar and borders of Vista this is what I've tried:<DIV>&nbsp;</DIV><DIV>TabControl.Appearance = xtpTabAppearancePropertyPage<BR>TabControl.Color = xtpTabColorWinXP<BR></DIV><DIV>SkinFramework.LoadSkin App.Path &amp; "\Vista.cjstyles", ""<BR>SkinFramework.ApplyOptions = xtpSkinApplyColors Or xtpSkinApplyMetrics&nbsp;<BR>SkinFramework.ApplyWindow hWnd</DIV><DIV>&nbsp;</DIV><DIV>This does not seem to work, the TabControl remains the default Color style.&nbsp; </DIV><DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/uploads/20070813_212553_VistaTabC&#111;ntrol.jpg" border="0"></DIV><DIV>&nbsp;</DIV><DIV>If I include xtpSkinApplyFrame during ApplyOptions all works fine but I lose the Aero titlebar and borders.</DIV><DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/uploads/20070813_212909_VistaTabC&#111;ntrol.jpg" border="0"></DIV><DIV>&nbsp;</DIV><DIV>Is this a bug or am I doing wrong?</DIV><DIV>We are using v10.4.2.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 13 Aug 2007 21:29:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7790&amp;PID=25071&amp;title=tabcontrol-on-vista#25071</guid>
  </item> 
 </channel>
</rss>