Auto_resizing controls and forms with resolution change.
Hi friends,
Is there any way we can make our forms and controls get auto - resized when there is a change in resolution settings? As the user interface programs are going to be used in various computers whose monitor resolution settings may be different from one monitor to the other I wanted to include this auto resizing feature to my code in vb6.0.So can anybody please help me in doing this? Code bit will be very useful.Thanks in advance.
With regards,
Ajay.
Re: Auto_resizing controls and forms with resolution change.
You'd have either implement your own "resize all controls" logic or get some resizer control from third party.
You can try however using one of these samples:
http://www.vbforums.com/showthread.php?t=301652
http://www.dreamincode.net/forums/showtopic34776.htm
http://www.vb-helper.com/howto_stretch_controls.html
http://www.freevbcode.com/ShowCode.asp?ID=6075
If you search I'm sure you'll find more samples and even free libraries.
Re: Auto_resizing controls and forms with resolution change.
Thanks Mr.Rhinobull .The links you posted were very useful.Thank you.