Resizing Forms

lothos123452000

Newcomer
Joined
Dec 20, 2006
Messages
19
In Visual Basic 2003 is there a way by some property or something of the sort can I get my application to resize approiately and look presentable to the user regardless of what screen resolution there system is set to. Any help offered is greatly appreciated.
 
Have you tried setting AutoScaleMode to Dpi? I've never really taken advantage of AutoScale, so I don't know how well it works or if you have tried it.
 
I don't think you're going to be truly happy with scaling unless you use WPF (Windows Presentation Foundation) which is a Vista only thing (and soon to be XP too) and will require VS2005 or VS2007.

Otherwise, just anchor your controls properly and deal with the minor consequences.
 
Back
Top