views:

40

answers:

2

Hi,

When i run the EXE of winforms it runs perfectly in 14 inch monitors , but it rearranges and the contents shrink and look bad when i run the same EXE in 12 inch monitors.

Has .NET Exes have some issues with the monitor size?

Please help me.

Thanks, Karthick

A: 

This has to do with resolution, not monitor size.

Bad behaviour when the form is resized means whoever designed it screwed up - nothing to do with .NET.

Anon.
A: 

"Don't change the AutoScaleMode property, that only causes trouble. Switch your dev machine to 96 DPI." - Thanks for the reply, please tell me how to do this change.

Karthick
Yes i have in dev. machine 96 DPI. Do you have some other suggestions?
Karthick