clara said:
Hi
How to make a form size same between form view and design view?
The "form size" (defined by the width and height of the form sections) is
always the same. The "window size" will be the same unless you do something to
change it. If you have the AutoResize property of the form set to yes then a
completely closed form will (when opened) automatically size its window to be
just big enough to show the entire form. If you do not have AutoResize enabled
then the form should open with whatever window size it was last saved with.
AutoResize (when enabled) does not kick in when changing from design view or
normal view. Only when opening a completely closed form.