0

Possible Duplicate:
How to control the font DPI in .NET WinForms app

How to change the Appearance/UI of win-forms in vb.net as per Windows display setting?

default windows display setting is 100%, if i change it to 125% then my win-forms in my application doesn't display properly as per display settings.

can anyone help that how to do it?

Thanks,

Pradip Shinde.

Community
  • 1
  • 1

1 Answers1

0

Try setting the AutoScaleMode for your forms to Font or DPI - the framework should handle scaling automatically.

If that doesn't help, details on what you mean by "doesn't display properly as per display settings" means. Screenshots would help, too.

Thorsten Dittmar
  • 55,956
  • 8
  • 91
  • 139