Hi, If your increasing resolution, you can simply set the windowstate to
VbMaximized however all of your controls will appear smaller. The drawback
is if you try to go smaller, you will not be able to see all of your
controls and the ones you do see will appear larger. To set your screens
for functionality in any resolution you need to either write your own resize
code (which can get really elaborate especially when trying to plan for
lower resolutions) or use a third party control. If you need to try a 3rd
party control, visit our website and download the AgFastform eval control..
--
Sincerely,
Todd B - Agendum Software
http://www.AgendumSoftware.com
Free tools for download! Innovative Products!
Quote:
> How do you create a form in VB, that will fit on different size monitors?
> Example:
> I want the form to fill the full screen on a 14" monitor.
> If I then run the program on a 19" monitor, I would like the form to fill
> the full screen.
> Thanks
> Jules