maximize a subform

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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.
 
Back
Top