Re: Scaleable forms problem
there's a setting on the form (I believe) called auto scale mode or something like that...
I think it defaults (or did at one time) to the DPI settings of the other monitor, which ends up making the form look like poo.
Re: Scaleable forms problem
This is the point where I recommend looking into WPF.
WPF does this sort of thing beautifully. Keeping controls in proportion, resizing, different resolutions is all done very well with WPF.
Re: Scaleable forms problem
I use VS2005. How do you put it in WPF mode? How will it affect my existing projects?
Re: Scaleable forms problem
WPF requires you to install .Net 3.0 and the Visual Studio WPF extensions.
Frankly I wouldn't mess with using VS 2005, I would just move to 2008 where everything you need for .Net 3.0/3.5 is included.
Re: Scaleable forms problem
I would switch to 2008 if I had a copy.
Re: Scaleable forms problem
Check out the VS 2008 Express Edition. I believe it does WPF projects.