Form Size

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

Guest

My form show up larger than it should. When I am in design
mode I have the grey box a particular size, but when I go
to view/or run the form shows up twice as large. How can I
make sure it is the size I want?
 
You're looking at the background area of the form but what
determines the size is how large the border of the form is
when in design view. Hit the restore button on the window
to reduce the window size and then size the border to your
desired size. You can also use the MoveSize action on the
form's On Open event to have the form the size and screen
location that you want.
 
Back
Top