app looks distored at 120 dpi

  • Thread starter Thread starter Jesse Aufiero
  • Start date Start date
J

Jesse Aufiero

on a computer set to 120 DPI, my application looks distorted. All the
careful placement of textboxes, images, etc., is ignored, and the result is
a jumbled and unusable UI.

is there any way to specify in the IDE that i'd like my application to
appear the same under 120 DPI as it does under 96 DPI? if not, is there any
other fix for this?

Thanks!
 
Jesse said:
on a computer set to 120 DPI, my application looks distorted. All the
careful placement of textboxes, images, etc., is ignored, and the result is
a jumbled and unusable UI.

is there any way to specify in the IDE that i'd like my application to
appear the same under 120 DPI as it does under 96 DPI? if not, is there any
other fix for this?

There is WinForm.AutoScale property. Try to set it to false.
 
Back
Top