WINdows forms deformation

  • Thread starter Thread starter i676373
  • Start date Start date
I

i676373

Hi,

I developed an .net 1.1 C# windows forms application, in workstation
(windows xp) with dpi 1024 x 768. When I opened it at another
workstation (windows 2000) with dpi 1280x1024, the windows application
is deformed, and alignment is lost. I thought .net forms appliction is
dpi independent, but it is not the case. How can I develop a dpi
independent windows forms application? thanks

regards,
john
 
Hello (e-mail address removed),

You mean screen resolution? Because DPI is a bit difference, and have influence
on font sized and generaly has 96 and 120 DPI settings.

Try to play around with AutoScale form property.
I developed an .net 1.1 C# windows forms application, in workstation
(windows xp) with dpi 1024 x 768. When I opened it at another
workstation (windows 2000) with dpi 1280x1024, the windows application
is deformed, and alignment is lost. I thought .net forms appliction
is dpi independent, but it is not the case. How can I develop a dpi
independent windows forms application? thanks

regards, john
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Back
Top