Why does my WinForms application looks sharper in the Editor?
On my new laptop I have a high DPI screen and my WinForms application looks very blurry on it - but in Visual Studio it looks pretty sharp.
How do I get the same sharp look in my application?
9 Replies
By the time HDPI displays became a thing, Winforms was already old
Another image
Maybe there's some workaround to have Winforms work with HDPI, but that it doesn't is not surprising
Stack Overflow
WinForms 4K and 1080p scaling / high DPI?
So, here is the scenario: I am trying to make all of my forms (which are Winforms) look good in 4K and 1080p also known as high-DPI or "dpi-aware". I (for the purpose of this question) have three f...
Something here might be helpful
well, the first line of code for the project was written in 2015, so it is kind of an oold project :D
Oh wow, it actually did work like a charm! Thanks a lot!
Edit: It looks exactly like in the visual editor
nice
That's insane, thank you!!!