resize form + subform

M

mel

i was wondering if there is a way to resize a form with a subform in it, and
the subform resizes as well with the form?

cheers
 
D

Douglas J. Steele

You would have to put code in the form's Resize event to manipulate the size
of the contain that's holding the subform.
 
Top