maximize a subform

S

SHIPP

I have a parent form. Within that parent form I have a subform. Within that
subform I have another subform. What I would like to do is programmatically
(at the click of a button on the first subform) is to maximize(full window)
the second subform. Is this possible? And if so, how do I do it?
 
S

solex

You can only make the second sub form as big as the form it is contained
within by using the top, left, width, height properties of the subform.
 
Top