Form Auto Stretch

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

Guest

What code do I write when I press the maximize button on my form than the
whole form should stretch like any other form ?
 
I meen the whole form the texboxes labels and everthing : When I press
maximize theform just becomes bigger nothing moves I want everthing should
stretch
 
Jone said:
What code do I write when I press the maximize button on my form than
the whole form should stretch like any other form ?

What "any other form" do you think does this? It is actually quite rare
behavior.

There is code you can write and utilities that you can buy, but it is not
trivial and the results are not perfect. For the utility Google for Access
Shrinker/Stretcher. Code examples are available in various copies of the Access
Developer's Handbook (http://www.developershandbook.com/).
 
e.g. when you open any form and you press maximize the whole form stretches
and when you press restore down the form becomes smaller ann the things in
the form also dose and if you make a form in access and I make a tab control
then I press maximize the tab control will stay the same size and will not
stretch
 
Jone said:
e.g. when you open any form and you press maximize the whole form
stretches and when you press restore down the form becomes smaller
ann the things in the form also dose and if you make a form in access
and I make a tab control then I press maximize the tab control will
stay the same size and will not stretch

Your original post said "...whole form should stretch like any other form".
This implies that "any other form" besides those in Access behave the way
you are describing. I was pointing out that in fact most program windows
and forms do NOT behave this way so you should not be surprised that forms
in Access don't behave this way either.
 
Back
Top