
VB 4.0 Form/Controls Auto Resize to Fit the Screen Size
Quote:
> I have developed a busy input form with 9 combo boxes and 5 text
> fields. I am hopeing someone out their in VB land is aware of a
> property or function that will auto resize my form and its controls by
> the size of the screen. Is there a shareware product that can help?
> Thank you in advance for your time,
> Warren Yetman
There are two ways to accomplish this . First you have to put logic in
the form
resize event and scroll through your controls and resize them (use
scalewidth not width). Second, you may use Videosoft VsElastic.
VsElastic is a type of container control which automatically resizes
you controls (should be inside the VsElastic.) It is not perfect
but you can manage resizing with less code.
Farzad