<?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 : Tab + Vista style = transparency problem</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : Tab + Vista style = transparency problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 25 May 2026 15:33:36 +0000</pubDate>
  <lastBuildDate>Wed, 13 Jun 2007 00:27:53 +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=7362</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[Tab + Vista style = transparency problem : Right. :) ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7362&amp;PID=23633&amp;title=tab-vista-style-transparency-problem#23633</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7362<br /><strong>Posted:</strong> 13 June 2007 at 12:27am<br /><br />Right. :)]]>
   </description>
   <pubDate>Wed, 13 Jun 2007 00:27:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7362&amp;PID=23633&amp;title=tab-vista-style-transparency-problem#23633</guid>
  </item> 
  <item>
   <title><![CDATA[Tab + Vista style = transparency problem : Lol... the flag should be ETDT_ENABLETAB.    Thanks...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7362&amp;PID=23625&amp;title=tab-vista-style-transparency-problem#23625</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 7362<br /><strong>Posted:</strong> 12 June 2007 at 8:46am<br /><br />Lol... the flag should be <FONT size=2><strong>ETDT_ENABLETAB.</strong><DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>Thanks for the hint.</DIV></FONT>]]>
   </description>
   <pubDate>Tue, 12 Jun 2007 08:46:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7362&amp;PID=23625&amp;title=tab-vista-style-transparency-problem#23625</guid>
  </item> 
  <item>
   <title><![CDATA[Tab + Vista style = transparency problem : I made a sample to make it easier...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7362&amp;PID=23624&amp;title=tab-vista-style-transparency-problem#23624</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 7362<br /><strong>Posted:</strong> 12 June 2007 at 8:41am<br /><br />I made a sample to make it easier to track the problem.<DIV></DIV><DIV></DIV><a href="http://forum.codejock.com/uploads/20070612_084123_tabctrl_hell.zip" target="_blank">uploads/20070612_084123_tabctrl_hell.zip</A>]]>
   </description>
   <pubDate>Tue, 12 Jun 2007 08:41:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7362&amp;PID=23624&amp;title=tab-vista-style-transparency-problem#23624</guid>
  </item> 
  <item>
   <title><![CDATA[Tab + Vista style = transparency problem : Hi,  I&amp;#039;ve tried both ETDT_DISABLE...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7362&amp;PID=23623&amp;title=tab-vista-style-transparency-problem#23623</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 7362<br /><strong>Posted:</strong> 12 June 2007 at 8:25am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I've tried both <FONT size=2>ETDT_DISABLE and <FONT size=2>ETDT_ENABLE and I can't get rid of the gray background. This is what I do:</FONT></FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>// CMyDialog::OnInitDialog</FONT></DIV><DIV><FONT size=2>m_pageOne.Create(CPageOne::IDD, &amp;m_tabCtrl);<BR>m_pageTwo.Create(CPageTwo::IDD, &amp;m_tabCtrl);</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>m_tabCtrl.ModifyStyle(0, WS_CLIPCHILDREN | WS_CLIPSIBLINGS);<BR>m_tabCtrl.AddControl(_T("One"), &amp;m_pageOne);<BR>m_tabCtrl.AddControl(_T("Two"), &amp;m_pageTwo);<BR>m_tabCtrl.SetCurFocus(0);</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Then in OnInitDialog of CPageOne/CPageTwo:</FONT></DIV><DIV><FONT size=2>XTPSkinManager()-&gt;EnableThemeDialogTexture(m_hWnd, ETDT_ENABLE);</DIV></FONT>]]>
   </description>
   <pubDate>Tue, 12 Jun 2007 08:25:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7362&amp;PID=23623&amp;title=tab-vista-style-transparency-problem#23623</guid>
  </item> 
  <item>
   <title><![CDATA[Tab + Vista style = transparency problem : Don&amp;#039;t set transparent flag...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7362&amp;PID=23620&amp;title=tab-vista-style-transparency-problem#23620</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7362<br /><strong>Posted:</strong> 12 June 2007 at 7:29am<br /><br />Don't set transparent flag and call<DIV></DIV><DIV></DIV><P>XTPSkinManager()-&gt;EnableThemeDialogTexture(m_hWnd, <strong>ETDT_ENBLED</strong>); for both pages.</P>]]>
   </description>
   <pubDate>Tue, 12 Jun 2007 07:29:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7362&amp;PID=23620&amp;title=tab-vista-style-transparency-problem#23620</guid>
  </item> 
  <item>
   <title><![CDATA[Tab + Vista style = transparency problem : I have a CXTTabCtrl with two CPropertyPage...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7362&amp;PID=23615&amp;title=tab-vista-style-transparency-problem#23615</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 7362<br /><strong>Posted:</strong> 12 June 2007 at 4:08am<br /><br /><DIV>I have a CXTTabCtrl with two CPropertyPage items. The problem is that the background of the property page is painted in gray, where a white color is expected:</DIV><DIV>&nbsp;</DIV><DIV><img src="http://forum.codejock.com/uploads/20070612_040330_cxttabctrl_prob.bmp" border="0"></DIV><DIV>&nbsp;</DIV><DIV>Ok, so let's enable transparency in dialog template. That should do it!</DIV><DIV>&nbsp;</DIV><DIV><img src="http://forum.codejock.com/uploads/20070612_040543_cxttabctrl_prob.bmp" border="0"></DIV><DIV>&nbsp;</DIV><DIV>It turns out that this causes many problems. First of all the controls disappear when moving the mouse (see above). Secondly, sometimes the <strong>application hangs completely and its window cannot be seen when pressing Alt+Tab</strong>. "Did I do that?"</DIV><DIV>&nbsp;</DIV><DIV>I also tried the previously mentioned hack where this call was made in CMyPropertyPage::OnInitDialog:</DIV><FONT size=2><P>XTPSkinManager()-&gt;EnableThemeDialogTexture(m_hWnd, ETDT_DISABLE);</P><DIV></DIV><P>... but it did not help <img src="http://forum.codejock.com/smileys/smiley19.gif" border="0">. Any ideas? Thanks!</FONT></P>]]>
   </description>
   <pubDate>Tue, 12 Jun 2007 04:08:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7362&amp;PID=23615&amp;title=tab-vista-style-transparency-problem#23615</guid>
  </item> 
 </channel>
</rss>