form sizing

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

Guest

I' wondering how developers get their forms to resize when a user clicks on the max button? I would like to do this in my application but don't seem to find answers.
Thanks for any help

Tom
 
This is the code to maximize a form when opening it..

DoCmd.OpenForm "NameOfForm
DoCmd.Maximiz

Jeff
 
Jeff
I understand that method but is there a way to make the form and it's fields expand and contract when you do this or when the user drags a corner of the form?
 
Back
Top