setting a form's width at load time...

  • Thread starter Thread starter Brad Pears
  • Start date Start date
B

Brad Pears

I have a pop-up form that I want to set the width/height properties on...

How does one go about setting a forms width and height when the form loads?
I tried a few thigns - to no avail!

Thanks,

Brad
 
I have a pop-up form that I want to set the width/height properties on...

How does one go about setting a forms width and height when the form loads?
I tried a few thigns - to no avail!

Thanks,

Brad

Look up the MoveSize method in VBA help.
Place your code in the form's Load event.
 
Back
Top