为.net托管应用程序添加DPI Aware支持(1)

文章摘要:今天下午讲的一节Webcast中重点介绍了High DPI, 关于这个内容由于虚机中不支持DPI Aware的原因, 没有做成Demo, -- UAC Manifest Options              If you want to change the Windows User Account Control level replace the              requestedExecutionLevel node with one of the following.
һϢϵͳ p>

<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">

<security>

<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">

<!-- UAC Manifest Options

If you want to change the Windows User Account Control level replace the

requestedExecutionLevel node with one of the following.

<requestedExecutionLevel level="asInvoker" uiAccess="false" />

<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />

<requestedExecutionLevel level="highestAvailable" uiAccess="false" />

(“电脑街”你的好朋友)

If you want to utilize File and Registry Virtualization for backward

compatibility then delete the requestedExecutionLevel node.