I have the same problem but I don't think that the AutoScaleMode helps us.
>> Windows Forms in .Net 2.0 are designed to automatically scale under one of two events: the Font assigned to the form changes, or the screen resolution changes. There is an AutoScaleMode property on a Form... <<
For me, it doesn't work when I set AutoScaleMode to "none". The font size is
still large when the system font size is large.
Does anybody how to ignore the system font size?
> ugh...i just realize this is imprper for .Net 2.0 as
> GetAutoScaleSize is obsolete ...looks like AutoScaleMode
> should now be used.... any examples to autoscale a form
> with the new calls ? thanks