¡@

Home 

c# Programming Glossary: asmv3

Winforms high DPI blurry fonts

http://stackoverflow.com/questions/13228185/winforms-high-dpi-blurry-fonts

urn schemas microsoft com asm.v1 manifestVersion 1.0 xmlns asmv3 urn schemas microsoft com asm.v3 assemblyIdentity version 1.0.0.0.. uiAccess false requestedPrivileges security trustInfo asmv3 application asmv3 windowsSettings xmlns http schemas.microsoft.com.. requestedPrivileges security trustInfo asmv3 application asmv3 windowsSettings xmlns http schemas.microsoft.com SMI 2005 WindowsSettings..

How do I enable dpiAware?

http://stackoverflow.com/questions/13448180/how-do-i-enable-dpiaware

you need to add followng section inside assembly element asmv3 application xmlns asmv3 urn schemas microsoft com asm.v3 asmv3.. section inside assembly element asmv3 application xmlns asmv3 urn schemas microsoft com asm.v3 asmv3 windowsSettings xmlns.. application xmlns asmv3 urn schemas microsoft com asm.v3 asmv3 windowsSettings xmlns http schemas.microsoft.com SMI 2005 WindowsSettings..