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

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
 
F

fredg

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.
 
Top