<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" media="screen" href="/App_Themes/default/rss.xslt"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Comment Feed for Windows 7, High DPI, blurry interface (TechOff on Channel 9)</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/forums/techoff/453250-windows-7-high-dpi-blurry-interface/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Comment Feed for Windows 7, High DPI, blurry interface (TechOff on Channel 9)</title><link>http://channel9.msdn.com/forums/TechOff/453250-Windows-7-High-DPI-blurry-interface/</link></image><description>Windows 7, High DPI, blurry interface</description><link>http://channel9.msdn.com/forums/TechOff/453250-Windows-7-High-DPI-blurry-interface/</link><language>en-us</language><pubDate>Wed, 14 Jan 2009 14:41:32 GMT</pubDate><lastBuildDate>Wed, 14 Jan 2009 14:41:32 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3608.3122, Culture=neutral, PublicKeyToken=null)</generator><item><title>Re: Windows 7, High DPI, blurry interface</title><description>You must mark the application as high-DPI compatible to prevent Windows from scaling it (this was true on Vista too). If you're using C# with Visual Studio 2008, add an "Application Manifest File" to the project. In VB, the easiest way is to open the project properties, application tab, and click "View UAC Settings"; this will automatically add a manifest file if there isn't one yet.&lt;BR&gt;&lt;BR&gt;Then add the following to the manifest file (nested inside the root element):&lt;BR&gt;[code language="xml"]&amp;lt;asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dpiAware&amp;gt;true&amp;lt;/dpiAware&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;/asmv3:windowsSettings&amp;gt;&lt;BR&gt;&amp;lt;/asmv3:application&amp;gt;[/code]&lt;BR&gt;&lt;BR&gt;Be sure to leave the existing stuff about the execution level alone. That's best left the way it is.&lt;BR&gt;&lt;BR&gt;If you are using Visual Studio 2005, I have described the process for adding a manifest to your application &lt;A href="http://www.ookii.org/post/vista_manifests_and_net.aspx"&gt;in this blog post&lt;/A&gt;.&lt;BR&gt;&lt;BR&gt;Incidentally, if you have any third-party applications that you know should be compatible but are being scaled (Visual Studio 2008 itself seems to fall into this category), you can simply open the properties of their shortcut or executable, go to the compatibility tab, and check the "Disable display scaling for high DPI settings" option. But for applications that you created I recommend the manifest approach.</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/453250-Windows-7-High-DPI-blurry-interface/?CommentID=453255</link><pubDate>Wed, 14 Jan 2009 14:37:05 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/453250-Windows-7-High-DPI-blurry-interface/?CommentID=453255</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/453255/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>You must mark the application as high-DPI compatible to prevent Windows from scaling it (this was true on Vista too). If you're using C# with Visual Studio 2008, add an "Application Manifest File" to the project. In VB, the easiest way is to open the project properties, application tab, and click&amp;#8230;</evnet:previewtext><dc:creator>Sven Groot</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/453255/Trackback.aspx</trackback:ping></item></channel></rss>