app looks distored at 120 dpi

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!
 
S

Sericinus hunter

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top