VB 4.0 Form/Controls Auto Resize to Fit the Screen Size 
Author Message
 VB 4.0 Form/Controls Auto Resize to Fit the Screen Size

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




Mon, 21 Jun 1999 03:00:00 GMT  
 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



Mon, 21 Jun 1999 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Resizing Forms/Controls to Fit Screen Resolution

2. Resizing forms and controls to fit with screen display resolution

3. Auto resize FORM and all controls depending on screen resolution

4. form doesn't auto size to fit different pc's

5. form fitted (one size fits all)

6. auto resizing Msflexgid to match form size

7. Resizing controls to fit a form.

8. resizing flexgid control to fit form

9. auto size a shape to fit the text

10. VB4: Resizing AVI playback to fit size of picture box

11. Auto Resize Controls With Form

12. Resize a form to fit a picture

 

 
Powered by phpBB® Forum Software