<?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 : support vista aero in client area for controls</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : support vista aero in client area for controls]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 06:01:50 +0000</pubDate>
  <lastBuildDate>Sun, 28 Oct 2007 14:58:48 +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=8559</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[support vista aero in client area for controls :    Private Type Margins Left...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8559&amp;PID=27764&amp;title=support-vista-aero-in-client-area-for-controls#27764</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2364">gaudetm</a><br /><strong>Subject:</strong> 8559<br /><strong>Posted:</strong> 28 October 2007 at 2:58pm<br /><br /><DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/uploads/20071028_145558_codejock_c&#111;ntro.jpg" border="0"></DIV><DIV>&nbsp;</DIV><DIV>Private Type Margins<BR>&nbsp;&nbsp;&nbsp; Left As Long: Right As Long: Top As Long: Bottom As Long<BR>End Type</DIV><DIV>&nbsp;</DIV><DIV>Private Declare Function DwmExtendFrameIntoClientArea Lib "dwmapi.dll" (ByVal h As Long, m As Margins) As Long`</DIV><DIV>&nbsp;</DIV><DIV>sub Form1_Load()</DIV><DIV>&nbsp;&nbsp;&nbsp; Dim m As Margins<BR>&nbsp;&nbsp;&nbsp; m.Bottom = -1</DIV><DIV>&nbsp;&nbsp;&nbsp; Me.BackColor = vbBlack<BR>&nbsp;&nbsp;&nbsp; 'if osversion &gt; 6 then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'if DwmIsCompositionEnabled then 'Is Aero Turned On<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DwmExtendFrameIntoClientArea Form1.hwnd, m<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'end if<BR>&nbsp;&nbsp;&nbsp; 'end if</DIV><DIV>End sub</DIV>]]>
   </description>
   <pubDate>Sun, 28 Oct 2007 14:58:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8559&amp;PID=27764&amp;title=support-vista-aero-in-client-area-for-controls#27764</guid>
  </item> 
 </channel>
</rss>