Resizing a Form

  • Thread starter Thread starter Ray
  • Start date Start date
R

Ray

I have an application with a primary form that I want to fill the
available screen space - As if it's maximized - but not.... Because I
have several others that need to float over the primary one.

Any suggestions???
 
Use the MoveSize statement in Visual Basic in the on open event
It has 4 arguments vert location horiz location width & height.
Unfortunately these are weird numbers--# twips 567/cm or 1440/inch (don't ask)
 

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