<?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 : Windows8 AERO problem</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : Windows8 AERO problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 03:35:38 +0000</pubDate>
  <lastBuildDate>Tue, 16 Jun 2015 11:49:14 +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=21986</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[Windows8 AERO problem : Hello, I would know if with the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21986&amp;PID=73519&amp;title=windows8-aero-problem#73519</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3522">b4gn0</a><br /><strong>Subject:</strong> 21986<br /><strong>Posted:</strong> 16 June 2015 at 11:49am<br /><br /><div>Hello, I would know if with the latest version of CodeJock this issue has been solved</div><div>Thanks</div>]]>
   </description>
   <pubDate>Tue, 16 Jun 2015 11:49:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21986&amp;PID=73519&amp;title=windows8-aero-problem#73519</guid>
  </item> 
  <item>
   <title><![CDATA[Windows8 AERO problem : Hello and thank you for informing...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21986&amp;PID=73244&amp;title=windows8-aero-problem#73244</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8848">mcmastl</a><br /><strong>Subject:</strong> 21986<br /><strong>Posted:</strong> 16 April 2015 at 12:24pm<br /><br />Hello and thank you for informing us of this issue. &nbsp;We have brought this to the attention of the development team and will be looking into the issue. &nbsp;If the matter has been resolved please let us know. &nbsp;]]>
   </description>
   <pubDate>Thu, 16 Apr 2015 12:24:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21986&amp;PID=73244&amp;title=windows8-aero-problem#73244</guid>
  </item> 
  <item>
   <title><![CDATA[Windows8 AERO problem : Hi.I&amp;#039;ve already the same...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21986&amp;PID=73100&amp;title=windows8-aero-problem#73100</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3522">b4gn0</a><br /><strong>Subject:</strong> 21986<br /><strong>Posted:</strong> 18 February 2015 at 6:15am<br /><br /><div>Hi.</div>I've already the same problem and I can't find the solution.<div>To reply this problem si very simple:</div><div><br></div><div>Open the VB6 RibbonMDISample, add a new <b>non MDI form</b> (called frmTest), at the top of the frmMain code page, add the following line</div><div><br></div><div><div>Private Declare Function SetParent Lib "user32" (ByVal hWndChild As Long, ByVal hWndNewParent As Long) As Long</div></div><div><br></div><div>on the Form_Load of the frmMain add the following code</div><div><br></div><div><div>&nbsp; &nbsp;Dim objFrm As frmTest</div><div>&nbsp; &nbsp;Set objFrm = New frmTest</div><div>&nbsp; &nbsp;<b>Call SetParent(objFrm.hwnd, Me.hwnd)</b></div><div>&nbsp; &nbsp;objFrm.Show</div></div><div><br></div><div>if you use some style with alpha channel (eg Office 2010 style) the problem occour.</div><div><br></div><div><br></div><div><span style="line-height: 16.7999992370605px;">for now I've solved using &nbsp; &nbsp; &nbsp;&nbsp;</span><div style="line-height: 16.7999992370605px;"><span style="line-height: 1.4;"><b>.AllowFrameTransparency(False)</b></span></div></div>]]>
   </description>
   <pubDate>Wed, 18 Feb 2015 06:15:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21986&amp;PID=73100&amp;title=windows8-aero-problem#73100</guid>
  </item> 
  <item>
   <title><![CDATA[Windows8 AERO problem : Hello, thanks for the reply.We...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21986&amp;PID=71953&amp;title=windows8-aero-problem#71953</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3522">b4gn0</a><br /><strong>Subject:</strong> 21986<br /><strong>Posted:</strong> 25 November 2013 at 12:03pm<br /><br />Hello, thanks for the reply.<div>We have search into our code, but we don't find nothing strange.</div><div>We use the standard "xtpThemeRibbon" for the VisualTheme of the ribbon bar, and we call the&nbsp;EnableFrameTheme before show.</div><div><br></div><div>We have noticed the problem only on form with the SetParent, if we avoid that call, all seems ok.</div><div>Any suggestion?</div><div><br></div><div>We have try also with the last release of the codejock</div><div>Thanks</div>]]>
   </description>
   <pubDate>Mon, 25 Nov 2013 12:03:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21986&amp;PID=71953&amp;title=windows8-aero-problem#71953</guid>
  </item> 
  <item>
   <title><![CDATA[Windows8 AERO problem : This problem occurs when you have...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21986&amp;PID=71832&amp;title=windows8-aero-problem#71832</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2660">McKloony</a><br /><strong>Subject:</strong> 21986<br /><strong>Posted:</strong> 12 November 2013 at 3:54am<br /><br />This problem occurs when you have the wrong combination of "EnableThemeframe" and ".VisualTheme = xtpThemeResource"]]>
   </description>
   <pubDate>Tue, 12 Nov 2013 03:54:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21986&amp;PID=71832&amp;title=windows8-aero-problem#71832</guid>
  </item> 
  <item>
   <title><![CDATA[Windows8 AERO problem : Hias you can see on the image...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21986&amp;PID=71814&amp;title=windows8-aero-problem#71814</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3522">b4gn0</a><br /><strong>Subject:</strong> 21986<br /><strong>Posted:</strong> 07 November 2013 at 10:38am<br /><br />Hi<div><br></div><div>as you can see on the image below, we have a problem with AERO enabled.</div><div>With windows7 is possible disable the windows theme into the compatibility settings, but in windows8 this option has been removed, so we have this problem with the new OS.</div><div><br></div><div>We have already test the "Call SkinFramework.DisableWindows(Me.hWnd)" as suggested into developer forum, but the problem still present.</div><div>There is other option/settings for solve our problem?</div><div><br></div><div>Thanks</div><div><br></div><div><img src="uploads/3522/07-11-2013_15-41-21.png" height="195" width="412" border="0" /></div>]]>
   </description>
   <pubDate>Thu, 07 Nov 2013 10:38:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21986&amp;PID=71814&amp;title=windows8-aero-problem#71814</guid>
  </item> 
 </channel>
</rss>