I have developed a 1024 *780 resolution screen in Windows Forms, but some say that it does not fit properly at higher resolutions. Is there any way to handle this?
You can use anchor property of item, and autoScaleMode property of form set it equals 'None'.