winforms - Windows Forms resolution problem -


i have developed 1024 *780 resolution screen in windows forms, not fit @ higher resolutions. there way handle this?

is there way make windows forms applications same @ resolutions?

my recommendation not "make same" on screens, rather design gui scales , down more gracefully. layout managers, docking, , anchors friends in winforms. tablelayoutpanel quite useful sort of thing. splitters help...

finally, 1 of problems wpf sets out solve. wpf makes extensive use of layout managers. feels more java or gtk winforms or vb (old school vb).


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -