An error occurred in script '/home/yhr1ef23xez5/public_html/web2/app/model/bannerhit.php' on line 17:
Undefined index: HTTP_REFERER
Array
(
[type] => solution
[name] => winforms-highdpi
)
The High DPI support for WinForms is a mess. Microsoft requires these modifications to the project:
<appSettings> <add key="EnableWindowsFormsHighDpiAutoResizing" value="true"/> </appSettings>
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
</windowsSettings>
</application>
Copyright Polar Engineering, Inc.