April 12, 2016
To mark your WinForms application as DPI aware and enable High DPI support in DotNetBar for WinForms (starting with DotNetBar 12.8 and later) make sure that your application includes app.manifest file with following entry: <asmv3:application> <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"> <dpiAware>true</dpiAware> </asmv3:windowsSettings> </asmv3:application><asmv3:application> <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"> <dpiAware>true</dpiAware> </asmv3:windowsSettings> </asmv3:application> Here you can download the app.manifest file with this entry […]