Millet selam direkt konuya gireyim. C# form üzerine nesneler eklediğimde textler vs ekran görüntüsünde görüldüğü gibi bulanık gözüküyor.
Fakat form tasarım yerinde net gözüküyor sanki kendim başlattığımda 800x600 çözünürlükte oyun oynuyor gibi hissediyorum bu sorunun çözümü var mıdır acaba?
I've created a simple Winforms application in C#. When I run the application on a machine with high DPI settings (e.g. 150%), the application gets scaled up. So far so good! But instead of renderin...
I've created a simple Winforms application in C#. When I run the application on a machine with high DPI settings (e.g. 150%), the application gets scaled up. So far so good! But instead of renderin...
Ekranını Zoom'lu kullanmak, (%150 scaling) formdaki yazıların bulanık olmasına sebep oluyormuş. Çözümü Zoom'dan vazgeçmek ya da DPI-aware form application geliştirmek.
I've created a simple Winforms application in C#. When I run the application on a machine with high DPI settings (e.g. 150%), the application gets scaled up. So far so good! But instead of renderin...
Ekranını Zoom'lu kullanmak, (%150 scaling) formdaki yazıların bulanık olmasına sebep oluyormuş. Çözümü Zoom'dan vazgeçmek ya da DPI-aware form application geliştirmek.
I've created a simple Winforms application in C#. When I run the application on a machine with high DPI settings (e.g. 150%), the application gets scaled up. So far so good! But instead of renderin...