You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.NET Framework WinForms defaults to 90 dots per inch. WinForms applications running on high dpi monitors will appear blurry. Thankfully there is an easy fix with the SetProcessDpiAware Win32 API function
The text was updated successfully, but these errors were encountered:
.NET Framework WinForms defaults to 90 dots per inch. WinForms applications running on high dpi monitors will appear blurry. Thankfully there is an easy fix with the SetProcessDpiAware Win32 API function
The text was updated successfully, but these errors were encountered: