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
Post a Comment