form sizing

C

CD Tom

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
 
J

Jeff

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

DoCmd.OpenForm "NameOfForm
DoCmd.Maximiz

Jeff
 
C

CD Tom

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top