Form Layouts using VB

The Java language permits LAYOUTS (w/ Layout managers etc) to be created such that controls in a window will reposition and even resize themselves for "appropriate" presentation on ANY type of monitor screen size. This is really nice because it accelerates the programming process because no extra work to position controls for various monitor screen sizes is necessary.
Does VB provide such a capability?
[409 byte] By [JuliaQ] at [2007-12-17]
# 1
Hi There,

Look at the controls properties, you can change their anchor settings, this allows them to change size when the form is resized.

Hope that helps. Big Smile

AndyW at 2007-9-8 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...