<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Windows XP Look &amp; Feel with manifest</title><link>http://blogs.msdn.com/junfeng/archive/2004/11/02/251318.aspx</link><description>Windows XP has a new Common Controls library comctl32.dll version 6, which implements XP's look &amp;amp; feel. comctl32.dll version 6 is a side by side assembly deployed to %windir%\WinSxs (the equavalent of GAC in Fusion/Win32). For compatibility reason,</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Windows XP Look &amp; Feel with manifest</title><link>http://blogs.msdn.com/junfeng/archive/2004/11/02/251318.aspx#251364</link><pubDate>Tue, 02 Nov 2004 23:57:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:251364</guid><dc:creator>Matt Hawley</dc:creator><description>Great for 1.0, however in 1.1, all you have to do is call Application.EnableVisualStyles() prior to launching your form. In fact, an even better method, is to use a 3rd party assembly from Skybound (www.skybound.ca) ... its the &amp;quot;VisualStyles&amp;quot; free assembly.</description></item><item><title>re: Windows XP Look &amp; Feel with manifest</title><link>http://blogs.msdn.com/junfeng/archive/2004/11/02/251318.aspx#251390</link><pubDate>Wed, 03 Nov 2004 01:12:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:251390</guid><dc:creator>Junfeng Zhang</dc:creator><description>The manifest works for everything, not just for managed applications. &lt;br&gt;&lt;br&gt;The example I shown is on fuslogvw.exe, which is an unmanaged application. </description></item><item><title>re: Windows XP Look &amp; Feel with manifest</title><link>http://blogs.msdn.com/junfeng/archive/2004/11/02/251318.aspx#251462</link><pubDate>Wed, 03 Nov 2004 06:36:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:251462</guid><dc:creator>Simon</dc:creator><description>I'll give this a try - the standard visual styles support leaves a LOT of bugs behind, simple ones too - like clicking on the scrollbars of a combobox.&lt;br&gt;&lt;br&gt;Hopefully it'll work better using version 6 of comctl32...</description></item><item><title>re: Windows XP Look &amp; Feel with manifest</title><link>http://blogs.msdn.com/junfeng/archive/2004/11/02/251318.aspx#251807</link><pubDate>Wed, 03 Nov 2004 18:26:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:251807</guid><dc:creator>Jesse</dc:creator><description>If you put &amp;quot;processorArchitecture=&amp;quot;x86&amp;quot;&amp;quot; will the application fail compeltely on 64bit Windows, or will it just run in 32bit mode?</description></item><item><title>re: Windows XP Look &amp; Feel with manifest</title><link>http://blogs.msdn.com/junfeng/archive/2004/11/02/251318.aspx#251818</link><pubDate>Wed, 03 Nov 2004 18:53:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:251818</guid><dc:creator>Junfeng Zhang</dc:creator><description>If the application is a native 64 bit application, it will completely fail. If it is a 32 bit application, then it will run in 32 bit mode. Manifest does not decide which mode the application runs. The PE does. </description></item><item><title>re: Windows XP Look &amp; Feel with manifest</title><link>http://blogs.msdn.com/junfeng/archive/2004/11/02/251318.aspx#265976</link><pubDate>Thu, 18 Nov 2004 22:16:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:265976</guid><dc:creator>Dan</dc:creator><description>If you happen to be writing a VB6 app it is possible by also calling InitCommonControls, but not supported.&lt;br&gt;&lt;br&gt;See:&lt;br&gt;&lt;a target="_new" href="http://support.microsoft.com/?id=309366"&gt;http://support.microsoft.com/?id=309366&lt;/a&gt;&lt;br&gt;</description></item></channel></rss>