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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top